/*? Start Color Variable Style */
:root {
  --lowerPurple: #b5179e;
  --darkBlue: #3f5ab0;
  --darkGreen: #117577;
  --lightGrey: #e6e6e6;
  --purple: #6921bd;
  --purpleHover: #6b38a5;
}
/*? End Color Variable Style */

/*? Start Default Style */
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "iransans" !important;
  word-spacing: -1px;
  overflow-x: hidden;
  background-color: #f3f1f7;
}

a {
  text-decoration: none !important;
}

th,
td {
  white-space: nowrap;
  border: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

.IRANSans {
  font-family: "iransans" !important;
}

.validMessage {
  color: red;
  text-align: center;
  margin: 0.5rem 0;
}

.showPasswordIcon {
  position: absolute;
  left: 16px;
  top: 14px;
}

.cursorPointer {
  cursor: pointer;
}

.customTextarea {
  min-height: 10rem;
  max-height: 10rem;
}

.badge-purple {
  background-color: var(--purple);
  color: #fff;
}

.text-purple {
  color: var(--purple);
}

.clientDataImg {
  border-radius: 10%;
  width: 3rem;
  height: 3rem;
}

.minHeightModal {
  min-height: 40vh;
}

.customBackground {
  background: url("./../images/customBackground.jpg") right !important;
}

.rounded-pill-right {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

.rounded-pill-left {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

.JDatePicker {
  z-index: 1060 !important;
}

.date-input-with-dialog-calendar {
  color: #3085d6 !important;
  border: none !important;
  background-color: unset !important;
  font-size: 20px;
}

.date-input-with-dialog-empty {
  color: #ff2600 !important;
  border: none !important;
  background-color: unset !important;
  font-weight: bold;
  font-size: 28px;
}

.defaultCardHeight {
  max-height: 600px;
  overflow-y: auto;
}

@media screen and (max-width: 990px) {
  option {
    font-size: 0.9em;
  }
}

.ellipsisHidden {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.overflowChiefComplaintScroll {
  overflow-x: auto;
  max-height: 200px;
}

.inquiry_btn {
  background-color: var(--purple) !important;
  color: #ffffff !important;
  transition: all 0.5s;
}

.inquiry_btn:hover {
  background-color: var(--purpleHover) !important;
}
/*? End Default Style */

/*? Start Newsletter Style */
.bgNewsletter {
  background-color: #e9ecef;
}

.newsletterForm .inputNewsletter {
  height: 50px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 25px;
}

.newsletterForm button {
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  height: auto;
  border: none;
  border-radius: 5px;
  background-color: #e9ecef;
  display: inline-block;
  color: #000;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.3s;
}

.newsletterForm button:hover {
  background-color: #cfd2d4;
  color: #000;
  transition: all 0.3s;
}

.newsletterForm button:focus {
  outline: none;
}

.newsletterFormSecondButton {
  margin-left: 4rem;
}

.newsletterFormSecondButton:hover {
  color: #fff !important;
}
/*? End Newsletter Style */

/*? Start Custom Scroll Bar */
/** Scroll Bar width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/** Scroll Bar Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/** Scroll Bar Handle */
::-webkit-scrollbar-thumb {
  background: #a09f9f;
  border-radius: 10px;
}

/** Scroll Bar Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cecece;
}
/*? End Custom Scroll Bar */

/*? Start User Avatar Style */
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-delete {
  position: absolute;
  right: 148px;
  z-index: 1;
  top: 12px;
}

.avatar-upload .avatar-delete input {
  display: none;
}

.avatar-upload .avatar-delete input + label {
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ca0202;
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-delete input + label:hover {
  background: #f80202;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*? End User Avatar Style */

/*? Start Inquiry Modal Style */
.inquiryModalHeader {
  width: 35%;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

@media screen and (max-width: 992px) {
  .inquiryModalHeader {
    width: 100%;
  }
}

.inquiryModalText {
  color: #0059ffc4;
  margin-right: 5px;
}

.inquiryModalRadio {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
/*? End Inquiry Modal Style */

/*? Start Toggle Button Style */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/** Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*? End Toggle Button Style */

/*? Start Arenap Header Style */
.private_header {
  background-color: var(--purple);
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.insurance_header_logo {
  background-color: #ffffff;
  border: none;
  padding: 0.2rem;
  border-radius: 50%;
  text-align: center;
  margin: 0 0.3rem;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
/*? End Arenap Header Style */

/*? Start Card Style */
.arenap_card {
  border: 1px solid #fefefe;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  padding: 1.2rem;
  background-color: #ffffff;
}

.physician_item_btn {
  border: none;
  border-radius: 2rem;
  color: #ffffff;
  padding: 0.2rem 2rem;
  margin-top: 1rem;
  background-color: var(--purple);
  transition: all 0.5s;
  float: left;
}

.physician_item_btn:hover {
  box-shadow: 0px 2px 4px 0px #0000009d;
}

.appointmnet_max_height {
  height: 25rem;
  overflow-y: auto;
}
/*? End Card Style */

/*? Start Arenap Button */
.arenap_btn {
  border: none;
  background-color: #fdfdfd;
  box-shadow: 3px 1px 10px 6px rgba(228, 228, 228, 0.5);
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.btn {
  border-radius: 0.4rem;
}

.btn-purple {
  color: #fff;
  background-color: var(--purple);
  border-color: var(--purple);
}

.btn-purple:hover {
  color: #fff;
  box-shadow: 3px 1px 10px 6px rgba(228, 228, 228, 0.5);
}

.btn-purple:focus {
  color: #fff;
  background-color: var(--purple);
  border-color: var(--purple);
}

.btnRounded {
  border-radius: 50px;
  font-weight: bold;
  font-size: 1em;
}

.btn_lower_purple {
  color: #fff;
  background-color: var(--lowerPurple);
  border-color: var(--lowerPurple);
}

.btn_dark_blue:hover,
.btn_lower_purple:hover,
.btn_dark_green:hover {
  color: #fff;
}

.btn_dark_blue {
  color: #fff;
  background-color: var(--darkBlue);
  border-color: var(--darkBlue);
}

.btn_dark_green {
  color: #fff;
  background-color: var(--darkGreen);
  border-color: var(--darkGreen);
}

.btn_light_gray {
  color: #000;
  background-color: var(--lightGrey);
  border-color: var(--lightGrey);
}
/*? End Arenap Button */

/*? Start Arenap Color */
.text_purple {
  color: var(--purple);
}

.text_lower_purple {
  color: var(--lowerPurple);
}
.text_dark_blue {
  color: var(--darkBlue);
}

.text_dark_green {
  color: var(--darkGreen);
}

.text_light_gray {
  color: var(--lightGrey);
}
/*? End Arenap Color */

/*? start Arenap Search */
.input-picker--input {
  height: 3rem !important;
}
/*? End Arenap search */
/*? Start Tabs */
.underline_tabs {
  background-color: transparent;
  border-bottom: 1px solid #a5a4a4;
}

.underline_tabs a {
  color: #000;
  border-bottom: 1px solid #000;
  background-color: transparent;
  font-weight: bold;
}

.underline_tabs a.active,
.underline_tabs a:hover {
  color: #6921bd !important;
  border: none !important;
  border-bottom: 2px solid #6921bd !important;
  background-color: transparent !important;
}

.arenap_tabs {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.arenap_tabs a {
  color: #000;
  margin: 0.2rem;
  font-weight: bold;
}

.arenap_tabs a.active,
.arenap_tabs a:hover {
  border-radius: 0.5rem;
}

.arenap_tabs a.active {
  color: #fff !important;
  background-color: #6921bd !important;
}

.tab_scroll {
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.tab_scroll > a {
  white-space: nowrap;
}
/*? End Tabs */


/*? Start Notifications */
.avatar-xs {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 2.5rem;
  width: 2.5rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b5de7;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
/*? End Notifications */


.small_text {
  font-size: 12px;
}

@media (min-width: 768px) {
  .small_text {
    font-size: 16px;
  }
}

.inquiryModalRadio {
  width: 20px;
  height: 20px;
  margin-right: 30px;
}

.inquiry_btn {
  background-color: var(--purple) !important;
  color: #ffffff !important;
  transition: all 0.5s;
}

.inquiry_btn:hover {
  background-color: var(--purpleHover) !important;
}

/*? End Inquiry Modal Style */

/*? Start Prescription Style */
.searchServicesCard {
  cursor: pointer;
  font-size: 1em;
  transition: all 0.5s;
}

.searchListPrescription {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-height: 24rem;
  overflow-y: auto;
}

.gap-2 {
  gap: "10px";
}

.receipt_title {
  text-align: center;
  margin-top : 24px;
  font-size: 40px;
  border : 1px solid block;
}


@media (max-width : 968px) {
    .px-lg-0 {
      padding-right: 0px !important;
      padding-left: 0px !important;
    }
}