:root {
  --primaryPurpl: #40326b;
}

/* Font */

@font-face {
  font-family: poppins;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: openSans;
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: openSansSb;
  src: url(../fonts/OpenSans-SemiBold.ttf);
}

@font-face {
  font-family: montSerata;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

.poppins {
  font-family: poppins;
}

option {
  font-size: 15px;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

/* common Css */

.basicRow {
  padding: 10vw 5vw;
}

/* Login Page css */

.loginBg {
  background-image: url("../images/LoginBg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.countrySelect {
  width: 180px;
  font-size: 0.7rem;
  border-radius: 5px;
  margin-left: 20px;
}

.countrySelectImage {
  white-space: nowrap;
  display: inline;
  font-size: 0.7rem;
  padding-left: 25px;
}

.countryOptionOneImg {
  background-image: url("../images/flagIcon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  width: 50px;
}
.countrySelectDiv {
  width: 80px;
  height: 35px;
  font-size: 0.7rem;
  border-radius: 5px;
  border: 1px solid #ced4da;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.countrySelectOptionDiv {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  width: 80px;

  border: 1px solid #000;
  z-index: 1000;
}
.countryOption {
  font-size: 0.9rem;
  padding: 3px 5px;
  display: flex;
  justify-content: space-between;
}
.countryOption:hover {
  background-color: #7e5dbe;
  color: #fff;
}
.floatRight {
  float: right;
}

.loginDiv {
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: 440px;
  flex-direction: column;
  flex: 1;
}

.whiteBg {
  background-color: #fff;
}

.loginOuter {
  padding-top: 80px;
}

.loginDiv .side1 {
  flex: 0.5;
  background: linear-gradient(to bottom, #40326b, #806ca3);
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.loginDiv .side2 {
  flex: 0.5;
  height: 100%;
  background-color: transparent;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.loginHeaderText {
  font-size: 34px;
  font-weight: 500;
  font-family: poppins;
  color: #fff;
  line-height: 1.5;
  width: 242px;
  margin: 0 auto;
  margin-top: 70px;
}

.loginDiv .text {
  width: 269px;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 10px;
  padding-top: 10px;
  color: #fff;
}

.registerHospitalBtn {
  width: 260px;
  min-height: 47px;
  height: 47px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 15px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.registerHospitalBtn .text {
  font-size: 12px;
  font-family: poppins;
  color: #000;
  font-weight: 600;
  vertical-align: middle;
  padding-top: 0;
}

.pointer {
  cursor: pointer;
}

.centerDiv {
  width: fit-content;
  margin: 0 auto;
}

.loginLogo {
  margin-top: 36px;
}

.loginForm .Input {
  width: 300px;
  height: 40px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  border: none;
  margin-left: 40px;
  padding-left: 35px;
  border-radius: 5px;
  background-color: #fff !important;
}

.captchaContainer {
  margin-left: 40px;
  margin-top: 20px;
  text-align: center;
  max-width: 400px;
}

.loginForm .Input::placeholder {
  color: #7a7474;
  font-family: poppins;
  font-size: 15px;
}

.loginForm .emailInput {
  background: url(../images/Icon-email.png) no-repeat scroll 7px 14px;
  margin-top: 50px;
}

.loginForm .passwordInput {
  background: url(../images/passwordLogo.png) no-repeat scroll 7px 14px;
  margin-top: 16px;
}

.loginIconBtn {
  background: linear-gradient(to bottom, #40326b, #806ca3);
  width: 37px;
  height: 37px;
  float: right;
  margin-right: 38px;
  border-radius: 10px;
  margin-top: 21px;
  cursor: pointer;
}

.loginIconBtn .icon {
  margin: 10px 0px 8px 3px;  
}

/* Header Css */

.navbar {
  align-items: center;
}

.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.headerCollaps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
}

.headerLogo {
  width: 130px;
}

.weatherText {
  font-size: 13px;
  font-family: openSans;
  color: #736c6c;
}

.borderRightGrey {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.headerWeather {
  background-color: #f1f2f6;
  border-radius: 10px;
  padding: 5px;
  height: 30px;
}

.weatherTextBold {
  font-family: montSerata;
}

.fontBold {
  font-weight: bold;
}

.hospitalSelect {
  font-size: 13px;
  border: none;
  width: 160px;
}

/* Button Css */

.navaBarButton {
  position: relative;
  transform: translateZ(100px);
  outline: none;

  width: 43px;
  padding: 10px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.navaBarButton:hover {
  transform: scale(1.2);
}

.navBarLine {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #8f7bb5;
  margin-bottom: 4px;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.2s ease-out;
  transform: translateZ(0);
}

.activeSideBar > .navBarLine1,
.activeSideBar:hover > .navBarLine1 {
  transform: translateY(6px) rotateZ(-135deg);
}

.activeSideBar > .navBarLine2,
.activeSideBar:hover > .navBarLine2 {
  opacity: 0;
}

.activeSideBar > .navBarLine3,
.activeSideBar:hover > .navBarLine3 {
  transform: translateY(-6px) rotateZ(135deg);
}

/* Button Css Ends */

.greyBg {
  background-color: #f1f2f6;
}

.headerM {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  height: 150px;
  background-color: #fff;
}

/* welcome Page css */

.welcomeDiv {
  margin-top: 42px;
  margin-left: 60px;
}

.welcomeText {
  font-size: 32px;
  font-weight: bold;
  font-family: poppins;
  color: #40326b;
}

.welcomeDiv .desc {
  font-size: 18px;
  color: #636167;
  padding-top: 20px;
  font-family: openSans;
  display: inline-block;
}

.darkBg {
  background-color: #f1f2f6;
  min-height: 600px;
  height: 100%;
}

.welcomeCard {
  width: 155px;
  height: 157px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.welcomeCard .img {
  width: 97px;
  height: 69px;
  margin: 0 auto;
}

.image-block {
  width: 97px;
  height: 69px;
  margin: 0 auto;
  background-color: #eff0f4;
  border-radius: 12px;
}

.image-in-block {
  height: 65%;
  margin-top: 15%;
}

.welcomeCard .title {
  font-size: 14px;
  font-weight: 600;
}

/* All Patient Css */

.tabBarOuter {
  background-color: #8f7bb5;
}

.tabBarInner {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.table tr {
  vertical-align: middle;
}

.tabItem {
  background-color: transparent;
  padding: 10px 30px;
  transition: ease-in 0.2s;
  cursor: pointer;
  flex: 0.5;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  min-width: 157px;
  height: 100%;
}

.tabItem .text {
  font-size: 11px;
  color: #fff;
  font-family: montSerata;
  text-transform: uppercase;
  margin-bottom: 0;
}

.tabItemActive {
  background-color: #ff596b;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.tabItem:hover {
  background-color: #ff596b;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.allPatientRow {
  padding: 3vw 2vw;
}

.allPatientText {
  font-size: 16px;
  font-family: poppins;
  color: #706f80;
}

.searchInputIcon {
  position: absolute;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}

.searchInput {
  border: 1px solid #e3e3e3;
  width: 255px;
  height: 40px;
  padding-left: 30px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.searchInput::placeholder {
  color: #c2c2c2;
  font-size: 12px;
  font-family: openSans;
}

.enrollNewBtn {
  border-radius: 5px;
  width: 153px;
  height: 32px;
  padding: 0 8px;
  background-color: #5081ff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

.quickEnrollNewBtn {
  background-color: #ff3b50;
}

.enrollNewBtn .text {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}

.searchRow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.allPatientRow .searchRow #searchBtn{
	height: 32px;
	background-color: #5081ff;
	font-weight: 600;
	border:none;
}

.pagination_buttons{
	display : inline;
}

/* table Css */

.tableOuter {
  overflow: scroll;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table {
  margin-bottom: 0 !important;
}

.tableInner {
 /* width: 780px; */
  width: 100%;
  margin: 0 auto;
}

.table thead th {
  font-size: 11px;
  color: #3a5a6a;
  font-family: openSans;
  text-align: center;
  vertical-align: middle !important;
}

.table-bordered td {
  font-size: 10px;
  font-family: openSans;
  color: #4c5d71;
  text-align: center;
}

thead {
  border-radius: 20px;
  padding: 10px;
}

.table td,
.table th {
  padding: 10px 5px;
}

.table-bordered tbody {
  background-color: #fff;
}

.tableActions {
  display: flex;
  justify-content: space-evenly;
  flex: 7;
  flex-wrap: wrap;
}

.tableAction {
  flex: 2;
  flex-shrink: 0;
}

.tableAction .img {
  margin: 3px;
}

/* wizard Foam */

.wizTab {
  height: 28px;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  border: none;
  width: 137px;
  border-radius: 15px;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 10px;
}

.wizTab .text {
  font-size: 12px;
  font-family: openSans;
  color: #afaeae;
}

.progressCircle {
  height: 13px;
  width: 13px;
  background-color: #fff;
  border: 4px solid #7e5dbe;
  border-radius: 50%;
  display: none;
}

.completeIcon {
  display: none;
}

.wizTabInProgress {
  border: 1px solid #a17ee5;
}

.wizTabInProgress .text {
  color: #7e5dbe;
  font-weight: 800;
}

.wizTabInProgress .progressCircle {
  display: inline;
}

.wizTabActive {
  background-color: #7e5dbe;
}

.wizTabActive .text {
  color: #fff;
  font-weight: normal;
}

.wizTabActive .progressCircle {
  display: none;
}

.progressBar {
  background-color: #fff;
  width: 25px;
  height: 6px;
  margin-top: 10px;
  display: none;
}

.progressBarActive {
  background: #7e5dbe;
}

.wizTabActive .completeIcon {
  display: inline;
}

.wizTabOuter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.whiteFormBg {
  background-color: white;
  min-height: 420px;
  padding: 2vw;
  margin-top: 10px;
}

.newPatientActionsDiv {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  align-items: center;
}

.newPatientActionsDiv .cancle {
  width: 86px;
  height: 32px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: openSans;
  text-align: center;
  background-color: #e2e2e2;
  border: none;
  color: #867b7b;
  padding-top: 7px;
}

.newPatientActionsDiv .next {
  width: 86px;
  height: 32px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: openSans;
  text-align: center;
  background: linear-gradient(to right, #f88583, #fe5d6e);
  border: none;
  color: #fff;
}

.rose-btn {
  width: 100px;
  height: 35px;
  border-radius: 5px;
  font-size: 12px;
  font-family: openSans;
  text-align: center;
  background: linear-gradient(to right, #f88583, #fe5d6e);
  border: none;
  color: #fff;
}

.blue-btn {
  width: 100px;
  height: 35px;
  border-radius: 5px;
  font-size: 12px;
  font-family: openSans;
  text-align: center;
  background: linear-gradient(to right, #7ea6e6, #1063e8);
  border: none;
  color: #fff;
}

.green-btn {
  width: 100px;
  height: 35px;
  border-radius: 5px;
  font-size: 12px;
  font-family: openSans;
  text-align: center;
  background: linear-gradient(to right, #46c252, #1a8725);
  border: none;
  color: #fff;
}

.newPatientForms .title {
  font-size: 13px;
  color: "#4C5D71";
  font-family: openSansSb;
}

.showMoreBtn {
  color: #3f4aff;
  padding: 10px 20px;
  font-size: 12px;
  font-family: openSansSb;
}

.newPatientForm {
  width: 90%;
  margin: 0 auto;
}

.inputDiv {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 17px;
}

.disabledTextBox {
  width: 100%;
  border: none;
  background-color: #bebebe;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  height: 35px;
  padding-left: 5px;
}

.inputText {
  width: 100%;
  border: none;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  height: 35px;
  padding-left: 5px;
}

.inputTextNoWidth {
  border: none;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  height: 35px;
  padding-left: 5px;
}

.discharge-textarea-section {
  display: flex;
  flex-direction: column;
}
.discharge-textarea-section label {
  order: -1; /* Move the label to the beginning of the flex container */
}

.inputText::placeholder {
  font-size: 12px;
  font-family: openSans;
  color: #b6b6b6;
}

.labelText {
  font-size: 10px;
  font-family: openSans;
}

.requiredIcon {
  color: red;
}

/* uploadImg */

.uploadImgRow {
  display: flex;
  justify-content: space-around;
}

.uploadImgDiv {
  width: 85px;
  height: 85px;
  background-color: #f1f2f6;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.uploadImg {
  width: 70%;
}

.uploadIcon {
  position: absolute;
  margin-top: 70px;
  margin-left: 70px;
  cursor: pointer;
}

.uploadButtonDiv {
  width: 110px;
}

.uploadButton {
  width: 100%;
  color: white;
  font-size: 10px;
  font-family: openSansSb;
  padding: 5px 0;
  border: none;
  border-radius: 5px;
}

.uploadPhotoButton {
  width: 100%;
  color: white;
  font-size: 10px;
  font-family: openSansSb;
  padding: 5px 0;
  border: none;
  border-radius: 5px;
}

.uploadDividerDiv {
  display: flex;
  font-size: 8px;
  align-items: center;
  text-align: center;
  color: #000;
}

.uploadDivider {
  width: 40%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
}

.secDivider {
  width: 90%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}
.phone-container {
  display: flex; /* Arrange items in a single line */
  align-items: center; /* Vertically center-align the items */
  gap: 10px; /* Add space between the dropdown and input field */
}

.phone-container select {
  max-width: 120px; /* Restrict the dropdown width */
}

.phone-container input {
  flex-grow: 1; /* Allow the input field to take available space */
  width: auto; /* Ensure the input adapts dynamically */
}
/* checks */

/* radio button css */

/* The container */

.radioButton {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  font-family: openSans;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 120px;
  height: 30px;
  background-color: #f1f2f6;
  padding-top: 8px;
  border-radius: 15px;
}

.input-row {
  display: flex;
  align-items: center; /* Align items vertically in the center */
}

/* Hide the browser's default radio button */

.radioButton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 2px;
  left: 4px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.radioButton:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.radioButton input:checked ~ .checkmark {
  background-color: #7e5dbe;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radioButton input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radioButton .checkmark:after {
  top: 6px;
  left: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: white;
}

/* coustm Select */


.select2-container--default .select2-selection--single{
  /*background: #fff url(../images/back.png) no-repeat right 1rem center/12px 8px;*/
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  font-size: 13px;
  height: 35px;
}

.custom-select {
  background: #fff url(../images/back.png) no-repeat right 1rem center/12px 8px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
  font-size: 13px;
  height: 35px;
}

.custom-select:focus {
  box-shadow: none;
  border: 1px solid #dadadd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.28);
}

.purpleBg {
  background-color: #7e5dbe !important;
  color: #fff !important;
}

.orangeBg {
  background-color: #ff7d34 !important;
  color: #fff !important;
}

.yellowBg {
  background-color: #ffae34 !important;
  color: #fff !important;
}

/*  */

.camerBtn {
  border: none;
  background-color: #615a6f;
  width: 30px;
  border-radius: 5px;
}

.camerBtn .cameraImg {
  width: 70%;
  margin-bottom: 5px;
}

.addMorePatient {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.addMorePatient .addMoreText {
  font-size: 10px;
  color: #686868;
}

.patientDetailsRow {
  background-color: #fff;
  border-radius: 10px;
}
.patientDetails {
  margin-top: 20px;
}
.patientDetailButtonBg {
  background-color: #f1f2f6;
  min-height: 90px;
  width: 102%;
}

.patientDetailButton {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.patientDetailButton .Btn {
  width: 190px;
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
  border-radius: 5px;
  flex-shrink: 0;
  border: none;
  font-family: openSansSb;
}

.patientDetails .profileImg {
  width: 100px;
  margin: 0 auto;
}

.patientDetails .nameText {
  color: #141414;
  font-size: 18px;
  font-family: openSansSb;
  text-align: center;
}

.patientDetails .ageText {
  font-size: 12px;
  color: rgba(130, 130, 130, 0.71);
  text-align: center;
}

.patientBasicDetail {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f7ff;
  flex: 6;
}

.patientBasicDetail .itemCell {
  border: 1px solid #dfe0e1;
  font-size: 12px;
  padding: 8px 15px;
  color: #5e667a;
  font-family: openSansSb;
  text-align: center;
  flex-shrink: 0;
  flex-basis: 1;
}

.patientBasicDetailTable tbody {
  background-color: #f5f7ff;
}

.patientBasicDetailTable td {
  font-size: 12px;
  color: #5e667a;
  font-family: openSansSb;
  text-align: center;
  vertical-align: center;
}

.patientBasicDetailTable {
  min-width: 600px;
  width: 100%;
  overflow: scroll;
}

.patientDetailTabRow {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  margin-top: 20px;
}

.patientDetailTab {
  width: 242px;
  height: 35px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9d9ca3;
  border-radius: 10px;
  font-size: 15px;
  margin: 8px auto;
  cursor: pointer;
  flex-shrink: 0;
}

.patientDetailTabActive {
  background-color: #7e5dbe;
  color: #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.28);
}

.genralExaminationTable {
  min-width: 720px;
}

.genralExaminationTable thead {
  background-color: #f5f6fa;
}

.genralExaminationTable th,
.genralExaminationTable td {
  vertical-align: middle;
}

.fontSm {
  font-size: 10px;
}

/* examination Modal Css */

.examinationModal, .gasFlowModal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11000;
}

.pathologiesModal, .radiologiesModal, .dicomModal, .imageModal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11000;
}

.examinationPhotosDiv, .gasFlowDataDiv {
  width: 80%;
  height: auto;
  max-height: 90vh;
  background-color: #fff;
  overflow: auto;
}

.examinationPhotosHeader, .gasFlowDataHeader {
  background-color: #8f7bb5;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.examinationPhotosHeader, .headerTitle {
  font-size: 14px;
  color: #fff;
  font-family: montSerata;
}

.examinationPhotosHeader, .closeImg {
  cursor: pointer;
}

.bloodGasModal  {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11000;
}

.hospitalModal  {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11000;
}

.hospitalModalDiv, .gasFlowDataDiv {
  width: 50%;
  height: auto;
  max-height: 90vh;
  background-color: #fff;
  overflow: auto;
}

input[type="image"]:disabled { opacity:0.5; cursor: not-allowed;}

.opacityZero {
  opacity: 0;
}

.examinationCardRow {
  padding: 20px 20px;
}

.examinationCard {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 20px;
}

.examinationCard .examinationImg {
  width: 100%;
}

.examinationCard .title {
  color: #5081ff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

/* examinations values manually css */

.formSecTitle {
  font-size: 15px;
  color: #454040;
  font-family: openSansSb;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* Consultation css */

.multiSelectDiv {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #a19f9f;
}

.selectedItemsDiv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.selectedItemsDiv .selectedItem {
  flex-shrink: 0;
  font-size: 12px;
  font-family: openSans;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  background-color: #7e5dbe;
  margin-right: 5px;
}

.selectedItem .removeImg {
  height: 8px;
  width: 8px;
  margin-left: 5px;
  cursor: pointer;
}

.addMultiselectImg {
  width: 35px;
  cursor: pointer;
}

.possibilityListDiv {
  border: none;
}

.possibilityListDiv .headerDiv {
  color: #fff;
  font-size: 14px;
  background-color: #633dad;
  font-family: openSansSb;
  text-align: center;
  padding: 10px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.possibilityListDiv .possibilityDiv {
  margin: 15px 20px;
  background-color: #ff8159;
  color: #fff !important;
  font-size: 13px;
  font-family: openSans;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.multiSelectList {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.multiSelectList .item {
  color: #5b5b5b;
  font-size: 11px;
  font-family: openSans;
  padding: 7px 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.multiSelectList .itemActive {
  color: #7e5dbe;
  border: 1px solid #7e5dbe;
  border-radius: 15px;
}

.multiSearchDiv {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.41);
}

.multiSearchInputDiv .searchInput {
  width: 100%;
  margin: 0 auto;
  padding-left: 35px;
  background-color: #f1f2f6;
}

.multiSearchInputDiv .searchImg {
  position: absolute;
  width: 15px;
  margin-top: 15px;
  margin-left: 10px;
  cursor: pointer;
}

.multiSearchInputDiv .searchInput::placeholder {
  color: #908c8c;
  font-size: 12px;
  font-family: openSans;
}

.multiSearchDiv .suggesstItem {
  font-size: 12px;
  color: #767474;
  font-family: openSans;
  padding-left: 30px;
  padding-right: 30px;
  height: 40px;
  border-bottom: 1px solid #f1f2f6;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.multiSearchDiv .suggesstItem:hover {
  background-color: #7e5dbe;
  color: #fff;
}

.sysTabRow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  flex-wrap: wrap;
}

.sysTabRow .sysTab {
  font-size: 15px;
  font-family: montSerata;
  color: #fff !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 45px;
  width: 210px;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.37);
  flex-shrink: 0;
  margin-top: 10px;
}

.medicationInputRow {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.medicationInputDiv {
  width: 210px;
  flex-shrink: 0;
}

.healthScoreItem {
  background-color: #ececec;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  font-size: 13px;
  color: #545353;
  width: 100%;
  height: 40px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.17);
  margin-bottom: 10px;
}
.healthScoreDeatil {
  background-color: #ececec;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  font-size: 13px;
  color: #545353;
  width: 100%;

  box-shadow: 0 0 2px rgba(0, 0, 0, 0.17);
  margin-bottom: 10px;
}

.viewAttachmentsBtn {
  background-color: #55585e;
  font-size: 12px;
  font-family: openSansSb;
  color: #fff;
  border-radius: 5px;
  height: 35px;
}
.flagIcon {
  position: absolute;
  margin-top: 10px;
  margin-left: 5px;
}
.thLeftRadius {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.thRightRadius {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.languageSelectDiv {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 28px;
}
.languageSelectDiv .text {
  font-size: 0.7rem;
  padding-top: 15px;
}
.select2-container--focus:focus {
  border: none !important;
  text-decoration: none !important;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
  .loginDiv {
    flex-direction: row;
    width: 666px;
  }
  .registerHospitalBtn {
    margin-top: 156px;
  }
  .searchRow {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .tableOuter {
    overflow: auto;
  }
  .searchInput {
    width: 255px;
    height: 32px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  }
  .searchInput::placeholder {
    font-size: 10px;
  }
  .loginForm .Input {
    width: 260px;
    height: 36px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.18);
    border: none;
    margin-left: 40px;
    padding-left: 35px;
    border-radius: 5px;
  }
  .loginForm .Input::placeholder {
    color: #c7c7c7;
    font-family: poppins;
    font-size: 12px;
  }
  .captchaContainer {
    margin-left: 40px;
    margin-top: 20px;
    text-align: center;
    max-width: 400px;
  }
  .progressBar {
    display: inline;
  }
  .wizTab {
    margin-right: 0;
  }
  .loginDiv .side2 {
    background-color: #fff;
  }
}

.choose_file {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  cursor: pointer;
}

.choose_file input[type="file"] {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  .headerCollaps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;
    margin-left: 50px;
    padding-top: 0px;
  }
  .tabBarInner {
    width: 90%;
    height: 50px;
  }

  .allPatientText {
    font-size: 25px;
    margin-bottom: 15px;
    padding-left: 3vw;
  }
  .tabItem .text {
    font-size: 13px;
  }
  .basicRow {
    padding: 5vw 5vw;
  }
  .newPatientForm .title {
    font-size: 16px;
  }
  .uploadImgDiv {
    width: 120px;
    height: 120px;
  }
  .uploadIcon {
    position: absolute;
    margin-top: 100px;
    margin-left: 100px;
    cursor: pointer;
    width: 40px;
  }
  .uploadButtonDiv {
    width: 150px;
  }
  .uploadButton {
    padding: 8px 0;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
  }
  .uploadPhotoButton {
    padding: 8px 0;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
  }
  .addMorePatient {
    flex-direction: row;
  }
  .patientBasicDetail {
    flex-direction: row;
  }
  .patientBasicDetail .item {
    flex-direction: column;
  }
  .patientBasicDetail .itemCell {
    border: 1px solid #dfe0e1;
    font-size: 12px;
    padding: 8px 15px;
    color: #5e667a;
    font-family: openSansSb;
    text-align: center;
    flex-shrink: 0;
  }
  .patientDetailTab {
    width: 250px;
    height: 40px;
  }
  .examinationPhotosHeader .headerTitle {
    font-size: 17px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .headerCollaps {
    justify-content: flex-end;
  }
  .tableInner {
    width: 100%;
    overflow: auto;
  }
  .table thead th {
    font-size: 14px;
  }
  .table-bordered td {
    font-size: 13px;
  }
  .searchInput {
    width: 300px;
    height: 40px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  }
  .searchInput::placeholder {
    font-size: 12px;
  }
  .searchInputIcon {
    position: absolute;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 5px;
  }
  .enrollNewBtn {
    width: 170px;
    height: 40px;
    background-color: #5081ff;
    display: flex;
  }
  .enrollNewBtn .text {
    font-size: 14px;
  }
  .welcomeCard {
    width: 220px;
    height: 225px;
    border-radius: 20px;
  }
  .welcomeCard .img {
    width: 130px;
    height: auto;
  }
  .image-block {
    width: 130px;
    height: 94px;
    background-color: #eff0f4;
    border-radius: 12px;
  }
  .welcomeCard .title {
    font-size: 20px;
  }
  .welcomeText {
    font-size: 38px;
  }
  .loginDiv {
    width: 68%;
  }
  .loginDiv .side1 {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .loginDiv .side2 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .wizTab {
    height: 32px;
    width: 137px;
  }
  .wizTab .text {
    font-size: 13px;
  }
  .labelText {
    font-size: 12px;
  }
  .sysTabRow .sysTab {
    width: 260px;
    font-size: 16px;
  }
  .medicationInputDiv {
    width: 260px;
  }
  .patientDetails .profileImg {
    width: 130px;
  }
  .allPatientRow {
    padding: 3vw 5vw;
  }
  .allPatientRow .searchRow #searchBtn{
	height: 40px;
	background-color: #5081ff;
	font-weight: 600;
	border:none;
   }
  .allPatientRow .searchRow #searchBySmartCardBtn{
    height: 40px;
    background-color: #87399a;
    font-weight: 600;
    border:none;
  }
  #opConsultationButton,#ipServicesBillButton{
    height: 40px;
    background-color: #5081ff;
    font-weight: 200;
    border:none;
  }
  #opOtherServicesBillButton,#epOtherServicesBillButton,#ipDischargeBillButton{
    height: 40px;
    background-color: #87399a;
    font-weight: 200;
    border:none;
  }
  #opConsultationCancellationButton{
    height: 40px;
    background-color: #e12c2c;
    font-weight: 200;
    border:none;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
  .tableInner {
    width: 100%;
    overflow: auto;
  }
  .loginDiv {
    height: 500px;
  }
  .loginForm .Input {
    margin-left: 75px;
    width: 350px;
    height: 45px;
  }
  .captchaContainer {
    margin-left: 75px;
    margin-top: 20px;
    text-align: center;
    max-width: 400px;
  }
  .loginForm .Input::placeholder {
    font-size: 16px;
  }
  .loginIconBtn {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    margin-top: 40px;
  }
  .loginHeaderText {
    font-size: 36px;
  }
  .loginForm .emailInput {
    background: url(../images/Icon-email.png) no-repeat scroll 10px 16px;
  }
  .loginForm .passwordInput {
    background: url(../images/passwordLogo.png) no-repeat scroll 10px 16px;
  }
  .patientDetailButton{
  	justify-content: flex-end;
  }
}

/* 1200 END */

.loginIconBtn{
  border: none;
}

a {
  color: #212529;
  text-decoration: none;
}

a:hover {
  color: #212529;
  text-decoration: none;
  cursor: pointer;
}

.logout {
  margin-left: 20px;
  margin-bottom: 0!important;
  margin-right: 20px;
}

.menu-link:hover {
  text-decoration: none;
}
/*
.menu-link {
  width: 25%;
}
*/

.action-label {
  color: #4c5d71;
  font-family: poppins;
  font-size: 12px;
}

.ss-multi-selected {
  border: none!important;
}

.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 12px 12px 0 5px;
}

.ss-value {
  flex-shrink: 0;
  font-size: 12px;
  font-family: openSans;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  background-color: #7e5dbe;
  margin-right: 5px;
  width: calc(100%);
}

.ss-add {
  background-image: url(/images/addMultiSelectItem.png);
  width: 25px;
  background-repeat: no-repeat;
  display: block!important;
  flex: none!important;
  margin: 0!important;
  margin-left: 20px!important;
}

.ss-plus {
  display: none!important;
}

.day, .month, .year {
  background-color: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 28%);
  font-size: 13px;
  height: 35px;
}

.styled-dropdown {
  background-color: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 28%);
  font-size: 13px;
  height: 35px;
}

#preview {
  width: 100%;
  height: 100%;
}

#preview-pic {
  margin-bottom: 5px;
  border-radius: 5px;
}

.file-preview {
  width: 120px;
  height: 120px;
  margin-top: 32px;
  padding: 0px;
  border: none;
  margin-left: 3px;
}

.uploadButtonDiv {
  position: absolute;
  left: 150px;
  top: 25px;
}

.uploadImgDiv {
  margin-right: 200px;
}

.krajee-default {
  width: 100%!important;
  margin: 0!important;
  height: 100%!important;
}

.kv-file-content {
  width: 100%!important;
  height: 100%!important;
}

.file-thumbnail-footer {
  display: none!important;
}

.file-preview-thumbnails {
  max-height: 80%;
  max-width: 80%;
}
.shot-btn {
  height: 32px;
  margin-right: 70px;
  margin-top: 100px!important;
  background-color: #615A6F;
  font-size: 11px;
  font-family: 'poppins';
}

.nav-tabs .nav-link.active {
  background-color: #7e5dbe;
  color: #fff;
  box-shadow: 0 3px 2px rgb(0 0 0 / 28%);
  border: none
}

.nav-tabs .nav-link {
  width: 242px;
  height: 35px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 15px;
  margin: 8px auto;
  cursor: pointer;
  flex-shrink: 0;
  color: #7e5dbe;
  border: 1.5px solid;
}

.ss-main .ss-multi-selected .ss-values .ss-value {
  flex-shrink: 0;
  font-size: 12px;
  font-family: openSans;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  background-color: #7e5dbe;
  margin-right: 5px;
}


.level5 {
  background-color: #7e5dbe !important;
  color: #fff !important;
}

.level4 {
  background-color: #ff2e2e !important;
  color: #fff !important;
}

.level3 {
  background-color: #ff7d34 !important;
  color: #fff !important;
}

.level2 {
  background-color: #ffae34 !important;
  color: #fff !important;
}

.level1 {
  background-color: #c4c700 !important;
  color: #fff !important;
}

.level0 {
  background-color: #ececec !important;
  color: #545353;
}

.custom-tooltip2 {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  border-radius: 5px;
}

.symptomsConfirmed:hover {
  cursor: pointer;
}

.symptomsNonConfirmed:hover {
  cursor: pointer;
}

.caption {
  font-size: 10px;
  font-family: openSans;
}

.innerDiagnosis-warning {
  background-color: #ff2e2e !important;
}

.custom-tooltip2 {
  max-height: 300px;
  overflow-y: auto;
}

.diagnosis-name {
  font-weight: bold;
  font-size: 20px;
}

.medButton {
  float: left;
  width: 50%;
  font-family: 'poppins';
}

.photoButton {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1%;
}

.btn-secondary {
  color: #6c757d;
  background-color: #ffffff;
  border-color: #6c757d;
}

.dataTables_info {
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: 'poppins';
}

.dataTables_paginate {
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: 'poppins';
}

#patient_table_next, #patient_table_previous {
  font-size: .9rem;
  color: #212529;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: .9rem;
  color: #212529!important;
  background: transparent!important;
  border: none!important;
  outline: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #ffffff!important;
  color: #212529!important;
  border: none!important;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff!important;
  background: #4285f4!important;
  border: none!important;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%)!important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%)!important;
  -webkit-transition: all .2s linear!important;
  transition: all .2s linear!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff!important;
  background: #4285f4!important;
  border: none!important;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%)!important;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%)!important;
  -webkit-transition: all .2s linear!important;
  transition: all .2s linear!important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #dee2e6;
}

table.dataTable thead th {
  border-bottom: 1px solid #dee2e6;
}

.opd-btn {
  border: none;
  align-items: center;
}

.opd-btn:active {
  transform: scale(0.98);
  /* Scaling button to 0.98 to its original size */
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
  /* Lowering the shadow */
}

.detailsButton{
	display: inline;
	margin-right: 10vw;
	float: right;
}

.detailsButton .Btn{
	display: inline-block;
	width: 190px;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
    border-radius: 5px;
    flex-shrink: 0;
    border: none;
    font-family: openSansSb;
    background-color: #1AC770;
	text-align: center;
}

.modal-content {
	border: none;
}

#noPhotos, #noGasFlowData {
	height: 10em;
	padding-top: 5em;
}

#noPhotos h2, #noGasFlowData h2 {
	color: #706F80;
}

.table_info_wrapper{
	padding-top: 30px;
}

.formActions{
	display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    align-items: center;
}

.formActions * {
  width: 86px;
  height: 32px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: openSans;
  text-align: center;
  border: none;
}

.formActions .cancle {
  background-color: #e2e2e2;
  color: #867b7b;
  padding-top: 7px;
}

.formActions .save {
  background: linear-gradient(to right, #f88583, #fe5d6e);
  color: #fff;
}

#device_registration .whiteFormBg{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.confirmBtns {
	justify-content: flex-end;
    display: flex;
}

.confirmBtns button {
	border-radius: 5px;
	width: 86px;
	height: 32px;
	border: none;
	color: #fff;
	text-align: center;
}

.confirmBtns .delete {
	background-color: #fe5d6e;
}

.confirmBtns .save {
	background-color: #1AC770;
}

.medSearchBtn {
  float: right;
  width: 20%;
  padding: 10px;
  font-size: 10px;
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 28%) 0px 0px 5px;
  border-width: initial;
  border: #495057;
  color: #495057;
  background: white;
  border-image: initial;
}

.medication_input {
  width: 80%!important;
}

.blinking-border {
  display: inline-block;
  border: 3px red solid;
  animation: blink .5s step-end infinite alternate;
}


@keyframes blink {
  0% {
    border-color: rgba(255,0,0,0)

  }
  50% {
    border-color: rgba(255,0,0,0.5)
  }
  100% {
    border-color: rgba(255,0,0,1)
  }
}

@-webkit-keyframes blink {
  0% {
    border-color: rgba(255,0,0,0)
  }
  50% {
    border-color: rgba(255,0,0,0.5)
  }
  100% {
    border-color: rgba(255,0,0,1)
  }
}

.blinking-border-tr {
  background: 3px red solid;
  animation: blink-tr .5s step-end infinite alternate;
}


@keyframes blink-tr {
  0% {
    background-color: rgba(255,0,0,0)

  }
  50% {
    background-color: rgba(255,0,0,0.5)
  }
  100% {
    background-color: rgba(255,0,0,1)
  }
}

@-webkit-keyframes blink-tr {
  0% {
    background-color: rgba(255,0,0,0)
  }
  50% {
    background-color: rgba(255,0,0,0.5)
  }
  100% {
    background-color: rgba(255,0,0,1)
  }
}

.error-message {
  color: red;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
  padding-left: 3vw;
}

.success-message {
  color: green;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
  padding-left: 3vw;
}

.reset-pwd {
  position: relative;
}

.password-text {
  display: none;
  position: absolute;
  top: 100%; /* Position the text below the icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: white; /* Optional: Add a background color */
  padding: 10px; /* Optional: Add padding for better visibility */
  border: 1px solid #ccc; /* Optional: Add a border for better visibility */
  z-index: 9999; /* Set a high z-index to ensure the text is above other elements */
}

.reset-pwd:hover .password-text {
  display: block;
}

.element-inactive {
  opacity: 0.5;
  pointer-events: none;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Gray background with opacity */
  z-index: 9999; /* Ensure it appears on top */
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-text {
  display: block;
}

table.dataTable {
  border-collapse: collapse;
}

label {
  margin-bottom: .5rem;
}

.fileinput-remove {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ml-2 {
  margin-left: .5rem !important;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

#language_selector_div {
  text-align: center;
}

#lang_sel {
  margin-bottom: 0;
}

.allPatientText.text-primary {
  color: #706F80 !important;
}

.text-danger {
  color: red;
}
