.rtl {
  /* style sheet for "A4" printing */
  /* style sheet for "letter" printing */
  /* A4 Landscape*/
}

.rtl body {
  font-family: 'Cairo' !important;
  background-color: #f9faff !important;
  color: #1b2641;
}

.rtl .main-content {
  padding-right: 36px;
  padding-left: 36px !important;
  padding-left: initial;
}

.rtl h4 {
  font-size: 22px !important;
}

.rtl hr {
  border-color: #e5ebfb;
}

.rtl ngb-datepicker .btn {
  min-width: inherit !important;
}

.rtl ngb-datepicker .ngb-dp-months .ngb-dp-month {
  width: 100%;
}

.rtl ngb-datepicker .ngb-dp-week .ngb-dp-weekday {
  width: 15%;
}

.rtl ngb-datepicker .ngb-dp-week .ngb-dp-day {
  width: 15%;
}

.rtl ngb-datepicker .ngb-dp-week .ngb-dp-day:active,
.rtl ngb-datepicker .ngb-dp-week .ngb-dp-day:focus {
  outline: none;
}

.rtl ngb-datepicker .ngb-dp-week .ngb-dp-day > div {
  margin: auto;
}

.rtl .right .ngb-dp-navigation-chevron {
  -webkit-transform: rotate(-136deg) !important;
  transform: rotate(-136deg) !important;
}

.rtl .ngb-dp-navigation-chevron {
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

.rtl app-dashboard-layout .main-content {
  /* padding-right: 0; */
}

.rtl app-shell-without-sidebar .main-content {
  /* padding-right: 0; */
}

.rtl html.rtl .float-right {
  float: left !important;
}

.rtl html.rtl .float-left {
  float: right !important;
}

.rtl .forget-password a:not([href]):not([tabindex]) {
  color: #0073dd;
  text-decoration: underline;
  cursor: pointer;
}

.rtl .forget-password a:not([href]):not([tabindex]):hover {
  color: #0073dd;
  text-decoration: underline;
  cursor: pointer;
}

.rtl body.highlight .prescription-form > .col-md-8 {
  box-shadow: 0px 0px 6px #f00;
}

.rtl .inner-loader {
  width: 100%;
  text-align: center;
}

.rtl .inner-loader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
  display: block;
}

.rtl .inner-loader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0079d6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.rtl .inner-loader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.rtl .inner-loader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.rtl .inner-loader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.rtl .inner-loader .lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

.rtl .alertify {
  z-index: 11;
}

.rtl .removeSideBar #sideBar {
  display: none;
}

.rtl .removeSideBar .main-content {
  padding-right: 0;
}

.rtl .pointer {
  cursor: pointer;
}

.rtl .bold {
  font-family: 'Cairo';
}

.rtl .fullWidth {
  width: 100%;
}

.rtl .halfWidth {
  width: 50%;
}

.rtl .maxWidth100 {
  max-width: 100% !important;
}

.rtl .mrgb0 {
  margin-bottom: 0;
}

.rtl .mrgt10 {
  margin-top: 10px;
}

.rtl .mrgt20 {
  margin-top: 20px;
}

.rtl .mrgt30 {
  margin-top: 30px;
}

.rtl .mrgt40 {
  margin-top: 40px;
}

.rtl .mrgb10 {
  margin-bottom: 10px;
}

.rtl .mrgb15 {
  margin-bottom: 15px;
}

.rtl .mrgb20 {
  margin-bottom: 20px;
}

.rtl .mrgb30 {
  margin-bottom: 30px;
}

.rtl .mrgr10 {
  margin-left: 10px;
}

.rtl .mrgtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rtl .grayColor {
  color: #92a2c8;
}

.rtl .v-align-text-bottom {
  vertical-align: text-bottom;
}

.rtl .icon {
  vertical-align: top;
}

.rtl .home-icon-gray {
  background-image: url('../../images/icons/home-icon-gray.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.rtl .home-icon-blue {
  background-image: url('../../images/icons/home-icon-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.rtl .waiting-list-icon {
  background-image: url('../../images/icons/waiting-list.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 83px;
  height: 93px;
}

.rtl .calendar-icon {
  background-image: url('../../images/icons/calendar-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 83px;
  height: 80px;
}

.rtl .medication-icon {
  background-image: url('../../images/icons/medication-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 53px;
  height: 48px;
}

.rtl .medication-icon2 {
  background-image: url('../../images/icons/medication-icon2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 85px;
  height: 85px;
}

.rtl .doctor-tool-icon {
  background-image: url('../../images/icons/doctor-tool-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 74px;
  height: 80px;
}

.rtl .analyze-icon-sm-gray {
  background-image: url('../../images/icons/analyze-icon-sm-gray.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.rtl .calendar-icon-sm-gray {
  background-image: url('../../images/icons/calendar-icon-sm-gray.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 22px;
}

.rtl .settings-icon-sm-gray {
  background-image: url('../../images/icons/settings-icon-sm-gray.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.rtl .settings-icon-sm-blue {
  background-image: url('../../images/icons/settings-icon-sm-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.rtl .plus-circle-icon-sm-white {
  background-image: url('../../images/icons/plus-circle-icon-sm-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .plus-circle-icon-sm-blue {
  background-image: url('../../images/icons/plus-circle-icon-sm-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .arrow-circle-top-icon-sm-blue {
  background-image: url('../../images/icons/arrow-circle-top-icon-sm-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .arrow-circle-top-icon-sm-white {
  background-image: url('../../images/icons/arrow-circle-top-icon-sm-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .up-next-icon-sm-blue {
  background-image: url('../../images/icons/up-next-icon-sm-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .start-icon-blue {
  background-image: url('../../images/icons/start-icon-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .profile-person-icon {
  background-image: url('../../images/icons/profile-person-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .info-circle-icon {
  background-image: url('../../images/icons/info-circle-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .statics-reports-icon {
  background-image: url('../../images/icons/statics-reports-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .drugs-nodata-icon {
  background-image: url('../../images/icons/drugs-nodata.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 48px;
}

.rtl .logout-icon {
  background-image: url('../../images/icons/logout-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .visit-icon-sm {
  background-image: url('../../images/icons/visit-icon-sm.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.rtl .empty-medical-form-icon {
  background-image: url('../../images/icons/empty-medical-form-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 114px;
  height: 118px;
}

.rtl .assistant-user-icon {
  background-image: url('../../images/icons/assistant-user-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
}

.rtl .doctor-user-icon {
  background-image: url('../../images/icons/doctor-user-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
}

.rtl .empty-medical-records-icon {
  background-image: url('../../images/icons/empty-medical-records-icon.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 114px;
  height: 118px;
}

.rtl .custom-spinner {
  display: block !important;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  color: #0058aa;
}

.rtl .custom-spinner i {
  margin-top: 28%;
}

.rtl .custom-inner-spinner {
  display: block !important;
  text-align: center;
  margin: auto;
  text-align: center;
  z-index: 99;
  color: #0058aa;
}

.rtl .custom-inner-spinner i {
  margin-top: 20px;
}

.rtl .medication-type1 {
  background-image: url('../../images/icons/medication-type1.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #f9faff;
  border-radius: 50%;
}

.rtl .medication-type2 {
  background-image: url('../../images/icons/medication-type2.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #f9faff;
  border-radius: 50%;
}

.rtl .medication-type3 {
  background-image: url('../../images/icons/medication-type3.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #f9faff;
  border-radius: 50%;
}

.rtl .medication-type4 {
  background-image: url('../../images/icons/medication-type4.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #f9faff;
  border-radius: 50%;
}

.rtl .horizontal-card-sep {
  margin: 15px -15px;
  border-color: #e5ebfb;
}

.rtl .col-border-left {
  border-right: 1px solid #f2f2f2;
}

.rtl .form-group label {
  color: #92a2c8;
  font-size: 16px;
  font-family: 'Cairo';
}

.rtl .form-group input {
  color: #92a2c8;
  height: inherit;
  padding: 4px 12px;
  border-color: #e5ebfb;
}

.rtl .form-group textarea {
  border-color: #e5ebfb;
  color: #92a2c8;
  height: inherit;
  padding: 4px 12px;
  border-color: #e5ebfb;
}

.rtl .form-inline-input input {
  width: calc(100% - 105px);
  display: inline-block;
}

.rtl .form-inline-input button {
  min-width: 100px !important;
  padding: 8px 10px !important;
}

.rtl app-datepicker-popup {
  width: 100%;
}

.rtl .form-inline-datepicker-input {
  width: 100%;
}

.rtl .form-inline-datepicker-input input {
  border-right: 0 !important;
}

.rtl .form-inline-datepicker-input .input-group-append button {
  min-width: inherit;
  background: transparent;
  border: 1px solid #ced4da;
  border-left: 0;
  padding: 8px 12px;
}

.rtl .form-inline-datepicker-input .input-group-append button i {
  color: #92a2c8 !important;
}

.rtl body .switch.switch-medium {
  min-width: 40px;
  height: 20px;
  border-radius: 20px;
  vertical-align: sub;
}

.rtl body .switch.switch-medium small {
  width: 20px;
  height: 20px;
  left: calc(100% - 20px);
}

.rtl .switch.switch-medium.checked {
  background: #0079d6;
}

.rtl .radio-inline {
  font-size: 16px !important;
}

.rtl ng-select {
  outline: none !important;
  box-shadow: none !important;
}

.rtl ng-select .ng-select-container .ng-value-container .ng-input > input {
  padding: 0;
}

.rtl ng-select .ng-select-container {
  border-color: #e5ebfb !important;
  outline: none !important;
  box-shadow: none !important;
}

.rtl ng-select .ng-select-container:hover,
.rtl ng-select .ng-select-container:focus,
.rtl ng-select .ng-select-container:active {
  box-shadow: none !important;
  outline: none !important;
}

.rtl ng-select .ng-select-container .ng-value-container {
  outline: none !important;
  box-shadow: none !important;
}

.rtl ng-select .ng-select-container .ng-value-container:hover,
.rtl ng-select .ng-select-container .ng-value-container:focus,
.rtl ng-select .ng-select-container .ng-value-container:active {
  box-shadow: none !important;
}

.rtl ng-select:hover,
.rtl ng-select:active,
.rtl ng-select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.rtl ng-select .ng-arrow-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
}

.rtl .ng-select .ng-clear-wrapper {
  display: none;
}

.rtl .dashed-dropdown .ng-select-container {
  border: 1px dashed #ccc !important;
}

.rtl .dashed-dropdown .ng-select-container .ng-value-container {
  padding-top: 0 !important;
}

.rtl .dashed-dropdown .ng-select-container .ng-value-container .ng-value {
  background-color: #0079d6 !important;
  color: #fff !important;
  margin-bottom: 0 !important;
  padding: 5px 10px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
}

.rtl .dashed-dropdown .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #0463ac !important;
  border-color: #0463ac !important;
}

.rtl .dashed-dropdown ng-select {
  width: 100%;
}

.rtl .error-heighlight {
  background-color: rgba(255, 0, 0, 0.05) !important;
  border-color: #ff6b35 !important;
}

.rtl .search-input-cont {
  position: relative;
  max-width: 400px;
}

.rtl .search-input-cont i {
  position: absolute;
  left: 8px;
  right: inherit;
  top: 9px;
  color: #92a2c8;
  background-color: #fff;
}

.rtl .search-input-cont:focus,
.rtl .search-input-cont:active {
  outline: none;
}

.rtl .input-with-icon-cont {
  position: relative;
}

.rtl .input-with-icon-cont:before {
  content: '';
  background: #92a2c8;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
}

.rtl .input-with-icon-cont i {
  position: absolute;
  left: 12px;
  top: 9px;
  color: #fff;
}

.rtl .btn.filter-btn {
  background-color: #e5ebfb;
  border: 1px solid #d9dff0;
  color: #92a2c8;
}

.rtl .btn.filter-btn i {
  color: #92a2c8 !important;
}

.rtl .validation-text {
  color: #ff6b35;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

.rtl .form-group-with-btn > div {
  display: inline-block;
  width: calc(100% - 165px);
}

.rtl .form-group-with-btn .btn {
  display: inline-block;
  vertical-align: bottom;
}

.rtl .form-group-with-btn > input {
  display: inline-block;
  vertical-align: bottom;
  width: 160px;
}

.rtl .add-new-comment .form-group .form-control {
  border: 0;
}

.rtl .suggestedPhoneNo,
.rtl .suggestedWeqaayaId,
.rtl .suggestedNames {
  display: inline-block;
  float: left;
  font-size: 16px;
  text-align: left;
  display: block;
  width: 100%;
}
.rtl .suggestedDrugs {
  text-align: unset !important;
}
.rtl .upload-img-cont label {
  vertical-align: middle;
}

.rtl .upload-img-cont .upload-plus-span {
  display: block;
  width: 170px;
  height: 170px;
  border: 2px dashed #92a2c8;
  border-radius: 8px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}

.rtl .upload-img-cont .upload-plus-span:before {
  content: '';
  background-image: url('../../images/icons/add-plus.svg');
  position: absolute;
  color: #92a2c8;
  top: 70px;
  right: 70px;
  width: 31px;
  height: 31px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.rtl .upload-img-cont .upload-input-cont {
  position: relative;
  display: inline-block;
  margin: auto;
  width: calc(100% - 176px);
  text-align: center;
}

.rtl .upload-img-cont .upload-input-cont:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 112px;
  height: 37px;
  background: #fff;
}

.rtl .upload-img-cont .upload-input-cont span {
  font-size: 12px;
  margin-bottom: 8px;
  color: #92a2c8;
}

.rtl .upload-img-cont .upload-input-cont input {
  opacity: 0;
  width: 100%;
}

.rtl .upload-img-cont .upload-input-cont label {
  border: 1px solid #0079d6;
  padding: 5px 20px;
  border-radius: 4px;
  color: #0079d6;
  margin: auto;
  cursor: pointer;
}

.rtl .btns-group.d-flex .btn:first-child {
  flex: 33%;
}

.rtl .btns-group.d-flex .btn:last-child {
  flex: 67%;
}

.rtl .prescription-form p {
  color: #92a2c8;
}

.rtl .prescription-form .medicineNotFound {
  color: #ff6b35;
  font-size: 12px;
}

.rtl .input-with-inner-label {
  position: relative;
}

.rtl .input-with-inner-label input {
  padding-left: 60px;
}

.rtl .input-with-inner-label span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  border: 1px solid #e5ebfb;
  padding: 3px 8px;
  color: #92a2c8;
  text-align: center;
}

.rtl .gray-sm-switch .switch.switch-medium {
  background: #b7c1db;
  height: 16px;
}

.rtl .gray-sm-switch .switch.switch-medium small {
  background: #f9faff;
  box-shadow: 0 1px 3px rgba(27, 38, 65, 0.09);
  width: 18px;
  height: 18px;
  left: calc(100% - 15px);
  top: -1px;
}

.rtl .gray-sm-switch .switch.checked.checked small {
  left: -1px;
}

.rtl .gray-sm-switch .switch.switch-medium.checked {
  background: #0079d6;
}

.rtl .switch-with-label label {
  font-weight: 300;
  color: #0079d6;
}

.rtl .checkbox,
.rtl .radio {
  display: inline-block;
  margin-right: 20px;
}

.rtl .checkbox label:after,
.rtl .radio label:after {
  content: '';
  display: table;
  clear: both;
}

.rtl .checkbox .cr,
.rtl .radio .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #92a2c8;
  border-radius: 0.25em;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 0.5em;
}

.rtl .radio .cr,
.rtl .checkbox .cr {
  border-radius: 50%;
}

.rtl .checkbox .cr .cr-icon,
.rtl .radio .cr .cr-icon {
  position: absolute;
  font-size: 9px;
  line-height: 0;
  top: 50%;
  left: 20%;
  color: #0079d6;
}

.rtl .radio .cr .cr-icon {
  margin-left: 0.04em;
}

.rtl .checkbox label input[type='checkbox'],
.rtl .radio label input[type='radio'] {
  display: none;
}

.rtl .checkbox label input[type='checkbox'] + .cr > .cr-icon,
.rtl .radio label input[type='radio'] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.rtl .checkbox label input[type='checkbox']:checked + .cr > .cr-icon,
.rtl .radio label input[type='radio']:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
  margin: 0px 1px;
}

.rtl .checkbox label input[type='checkbox']:disabled + .cr,
.rtl .radio label input[type='radio']:disabled + .cr {
  opacity: 0.5;
}

.rtl .checkbox label input[type='checkbox']:checked + .cr,
.rtl .radio label input[type='radio']:checked + .cr {
  border: 2px solid #0079d6;
}

.rtl app-checkout .form-group .slots-list {
  width: 80%;
  display: flex;
}

.rtl app-checkout .form-group .slots-list li {
  width: inherit !important;
}

.rtl app-checkout .form-group .slots-wrapper {
  display: flex;
}

.rtl app-checkout .form-group .choose-custom-date-button {
  display: inline-block;
  list-style: none;
  background-color: #f9faff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #1b2641;
  font-size: 14px;
  padding: 9px 16px;
  text-align: center;
  cursor: pointer;
  float: left;
}

.rtl app-checkout .form-group .choose-custom-date-button i {
  font-style: normal;
}

.rtl app-checkout .form-group .choose-custom-date-button:hover {
  background-color: #0079d6;
  color: #f9faff !important;
}

.rtl app-checkout .form-group .choose-custom-date {
  position: relative;
  margin-left: auto;
}

.rtl app-checkout .form-group .choose-custom-date > .input-group {
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  width: 240px;
}

.rtl .new-scheduled-appoint-form .searchItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rtl ngb-typeahead-window.dropdown-menu.show {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
}

.rtl .modal-dialog {
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.rtl .modal-dialog .modal-content {
  border: none;
}

@media (min-width: 576px) {
  .rtl .modal-sm {
    max-width: 500px !important;
  }
}

.rtl .modal-header .modal-title {
  font-size: 22px;
  font-family: 'Cairo';
}

.rtl .modal-header .close {
  color: #fff;
  opacity: 1;
  outline: none;
}

.rtl .modal-header .close > span {
  display: none;
}

.rtl .modal-header .close:before {
  content: '';
  display: inline-block;
  background-image: url('../../images/icons/close-icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 24px;
}

.rtl .modal-body .radio-inline {
  min-width: 150px;
}

.rtl .modal-footer {
  border: 0 !important;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

.rtl .tab-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}

.rtl .tab-content .medical-form .form-group > label {
  font-size: 20px;
  line-height: 22px;
  color: #1b2641;
  font-family: 'Cairo';
}

.rtl .tab-content .medical-form .form-group div label {
  margin-left: 20px;
}

.rtl .tab-content .medical-form .medical-measurements label {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Cairo';
  color: #92a2c8;
  font-weight: bold;
}

.rtl .tab-content .medical-form .medical-measurements .form-group {
  margin-bottom: 5px;
}

.rtl .tab-content .medical-form .medical-measurements .form-group .radio-inline {
  margin-bottom: 0;
}

.rtl .nav.nav-tabs {
  border-bottom: 0;
}

.rtl .nav.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.rtl .nav.nav-tabs .nav-item .nav-link {
  font-size: 16px;
  line-height: 24px;
  color: #1b2641;
  font-family: 'Cairo';
  border-radius: 8px;
  border: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px 30px;
  background: #92a2c8;
  color: #fff;
  margin: 0 7px;
}

.rtl .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
  color: #1b2641;
  border: 1px solid #e5ebfb;
  border-bottom: none;
}

.rtl .notes-tabs .tab-content {
  box-shadow: none;
  border: 1px solid #e5ebfb;
}

.rtl .alertify .ajs-dialog {
  border-radius: 4px;
}

.rtl .alertify .ajs-header {
  display: none;
}

.rtl .alertify .ajs-body {
  color: #1b2641;
  font-family: 'Cairo';
}

.rtl .alertify .ajs-footer {
  padding: 15px !important;
  border-radius: 4px;
}

.rtl .alertify .ajs-footer .ajs-ok {
  background: #0079d6;
  border: 1px solid #0079d6;
  color: #fff;
  border-radius: 4px;
  padding: 4px 34px;
  cursor: pointer;
}

.rtl .alertify .ajs-footer .ajs-cancel {
  background-color: transparent;
  border: 1px solid #0079d6;
  color: #0079d6;
  border-radius: 4px;
  padding: 4px 34px;
  cursor: pointer;
}

.rtl .overlay-container .toast-container > div {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: -2px 2px 6px 0 rgba(58, 70, 93, 0.12);
  color: inherit;
}

.rtl .overlay-container .toast-container > div:before {
  content: '';
  background-image: url('../../images/icons/check-icon.svg');
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: center;
  display: inline-block;
  background-color: #0079d6;
  width: 55px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.rtl .overlay-container .toast-container > div:hover {
  box-shadow: -2px 2px 6px 0 rgba(58, 70, 93, 0.12);
}

.rtl .overlay-container .toast-container .toast-title {
  color: #304156;
  margin-right: 20px;
  font-size: 18px;
}

.rtl .overlay-container .toast-container .toast-message {
  color: #828d99;
  margin-right: 50px;
  font-size: 13px;
}

.rtl .toast-container .toast-error:before {
  background-color: #f5667b !important;
  background-image: url('../../images/icons/warning.svg') !important;
}

.rtl .toast-container .toast {
  padding: 15px !important;
  padding-right: 50px !important;
}

.rtl .alert.alert-danger {
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(255, 107, 53, 0.1);
  border-color: #ff6b35;
  text-align: center;
}

.rtl body .btn {
  font-size: 14px;
  padding: 5px 20px;
  min-width: 160px;
  font-family: 'Cairo';
  height: 35px;
}

.rtl body .btn i {
  color: #fff !important;
}

.rtl .btn.btn-large {
  padding: 7px 20px;
  font-size: 22px;
  height: auto;
}

.rtl .btn.btn-primary .fa-check-circle {
  font-size: 16px;
  margin-right: 2px;
  vertical-align: middle;
}

.rtl .btn.btn-primary:hover {
  background-color: #0079d6;
  box-shadow: 0 4px 10px 0 rgba(0, 121, 214, 0.5);
}

.rtl .btn.btn-with-border {
  background-color: #fff;
  border: 1px solid #0079d6;
  color: #0079d6;
  font-weight: bold;
}

.rtl .btn.btn-with-border i {
  color: #0079d6 !important;
}

.rtl .btn.btn-with-border:hover {
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 121, 214, 0.5);
  color: #0079d6;
}

.rtl .btn.btn-with-border:disabled,
.rtl .btn.btn-with-border.disabled {
  color: #0079d6;
  background: #fff;
  cursor: not-allowed;
}

.rtl .half-width-btns {
  display: block;
  margin-top: 40px;
}

.rtl .half-width-btns .btn {
  width: calc(50% - 15px);
  margin-left: 30px;
  height: 50px;
  font-size: 22px;
}

.rtl .half-width-btns .btn:last-child {
  margin-left: 0 !important;
}

.rtl .half-width-btns .fa-plus {
  margin-left: 10px;
  font-size: 12px;
}

.rtl body .btn.link-btn {
  background-color: transparent;
  border: 0;
  color: #0079d6;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Cairo';
}

.rtl .cancel-btn {
  color: #0079d6 !important;
  cursor: pointer;
}

.rtl .btn.disabled,
.rtl .btn:disabled {
  opacity: 0.5 !important;
}

.rtl .btn.disabled:hover,
.rtl .btn:disabled:hover {
  box-shadow: none;
}

.rtl .navbar.navbar-light.bg-light {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff !important;
}

.rtl .navbar.navbar-light.bg-light .navbar-brand {
  color: #0079d6;
  font-style: italic;
}

.rtl .navbar.navbar-light.bg-light .navbar-collapse .navbar-nav a {
  color: #92a2c8;
  font-size: 16px;
  padding: 15px 25px;
  text-align: center;
  cursor: pointer;
}

.rtl .navbar.navbar-light.bg-light .navbar-collapse .navbar-nav a.active {
  position: relative;
  font-family: 'Cairo';
  color: #0079d6;
}

.rtl .navbar.navbar-light.bg-light .navbar-collapse .navbar-nav a.active > .home-icon-gray {
  background-image: url('../../images/icons/home-icon-blue.svg');
}

.rtl .navbar.navbar-light.bg-light .navbar-collapse .navbar-nav a.active > .settings-icon-sm-gray {
  background-image: url('../../images/icons/settings-icon-sm-blue.svg');
}

.rtl .navbar.navbar-light.bg-light .navbar-collapse .navbar-nav a.active:after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 6px;
  background-color: #0079d6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rtl .navbar.navbar-light.bg-light .navbar-collapse .navbar-nav.ml-auto {
  margin-right: auto !important;
  margin-left: initial !important;
}

.rtl .navbar.navbar-light.bg-light .nav-item a b {
  display: block;
  position: absolute;
  width: 100%;
  text-align: right;
  font-size: 22px;
  top: 37px;
  padding: 1px 1px;
  color: #1b2641;
  font-family: 'Cairo';
  font-weight: 300;
}

.rtl .navbar.navbar-light.bg-light .nav-item.dropdown a > i {
  font-size: 35px;
  line-height: 4px;
  vertical-align: middle;
}

.rtl .navbar.navbar-light.bg-light .nav-item.dropdown a:after {
  margin-right: 15px;
}

.rtl .navbar.navbar-light.bg-light .nav-item.waiting-list-dropdown a,
.rtl .navbar.navbar-light.bg-light .nav-item.scheduled-list-dropdown a {
  position: relative;
  top: -14px;
}

.rtl .navbar.navbar-light.bg-light .nav-item.waiting-list-dropdown a:after,
.rtl .navbar.navbar-light.bg-light .nav-item.scheduled-list-dropdown a:after {
  display: none;
}

.rtl .private-mode-item {
  color: #92a2c8 !important;
  font-size: 16px;
  padding: 0 !important;
  text-align: center;
}

.rtl .private-mode-item > b {
  display: block;
}

.rtl .private-mode-item .private-mode-switch .switch.switch-medium {
  height: 28px;
  background: #f0f1f5;
  color: #92a2c8;
}

.rtl .private-mode-item .private-mode-switch .switch.switch-medium small {
  width: 32px;
  height: 32px;
  top: -3px;
}

.rtl .private-mode-item .private-mode-switch .switch.switch-medium small:before {
  content: '';
  background-image: url('../../images/icons/eye-icon-sm-gray.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.rtl .private-mode-item .private-mode-switch .switch.switch-medium.checked {
  background: #0079d6;
}

.rtl .dropdown .dropdown-menu {
  margin-top: 15px;
  border-radius: 4px;
  box-shadow: 0 8px 16px 0 rgba(59, 72, 94, 0.07);
  background-color: var(--white);
  border: none;
  position: absolute;
  left: 0 !important;
  right: initial !important;
}

.rtl .dropdown .dropdown-menu ul {
  padding: 0;
}

.rtl .dropdown .dropdown-menu ul li {
  list-style: none;
  min-width: 240px;
}

.rtl .dropdown .dropdown-menu ul li a {
  color: #1b2641 !important;
  display: block;
  text-align: right !important;
  padding: 8px !important;
}

.rtl .dropdown .dropdown-menu ul li a > span.icon {
  transform: scale(0.7);
  height: 26px;
  width: 24px;
  margin-left: 10px;
}

.rtl .languages-toggle {
  margin-left: 0 !important;
  display: inline-flex;
  height: 30px;
  border-radius: 4px;
}

.rtl .languages-toggle span {
  border: 1px solid #e5ebfb;
  padding: 4px 8px;
  font-size: 13px;
  margin: 0;
  margin-left: 0 !important;
  color: #92a2c8;
}

.rtl .languages-toggle span.active {
  background-color: #0079d6;
  border-color: #0079d6;
  color: #fff;
}

.rtl .side-nav {
  width: 72px;
  position: absolute;
  height: calc(100vh - 100px);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  display: inline-block;
  z-index: 9;
  right: 15px;
  left: initial;
}

.rtl .side-nav .side-nav-toggle {
  height: 24px;
  font-size: 22px;
  display: block;
  border-radius: 12px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 0;
  color: #0079d6;
  cursor: pointer;
  text-align: center;
  border: 1px solid #e5ebfb;
}

.rtl .side-nav .side-nav-toggle i {
  font-size: 16px;
  display: inline-block;
  vertical-align: text-top;
}

.rtl .side-nav .side-nav-list {
  padding: 0;
  list-style: none;
  height: calc(100vh - 100px);
  margin-bottom: 0;
}

.rtl .side-nav .side-nav-list li {
  margin: 15px auto 40px auto;
  display: block;
}

.rtl .side-nav .side-nav-list li a {
  display: flex;
  margin-right: 10px;
  opacity: 0.4;
  cursor: pointer;
}

.rtl .side-nav .side-nav-list li a.active {
  position: relative;
  opacity: 1;
}

.rtl .side-nav .side-nav-list li a.active:after {
  content: '';
  position: absolute;
  top: 0;
  right: -11px;
  width: 6px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #0079d6;
}

.rtl .side-nav .side-nav-list li .list-item-img {
  display: inline-block;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 1px solid #0079d6;
  background-color: #e5ebfb;
  position: relative;
}

.rtl .side-nav .side-nav-list li .list-item-img img {
  padding: 1px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.rtl .side-nav .side-nav-list li .list-item-img .list-item-status {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #92a2c8;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -3px;
}

.rtl .side-nav .side-nav-list li .list-item-txt {
  padding-right: 15px;
  padding-left: 15px;
  display: none;
}

.rtl .side-nav .side-nav-list li .list-item-txt b {
  display: block;
  color: #1b2641;
  font-weight: 600;
}

.rtl .side-nav .side-nav-list li .list-item-txt span {
  display: block;
  border-radius: 9px;
  color: #fff;
  background-color: #92a2c8;
  text-align: center;
  padding: 1px 10px;
}

.rtl .side-nav.opened {
  width: 220px;
}

.rtl .side-nav.opened .side-nav-list li .list-item-txt {
  display: block;
}

.rtl .sticky .side-nav {
  position: fixed;
  top: 5px;
}

.rtl .no-data {
  text-align: center;
  padding: 15px 0;
}

.rtl .no-data > span {
  display: inline-block;
}

.rtl .no-data p {
  color: #92a2c8;
  line-height: 24px;
  font-family: 'Cairo';
  margin-bottom: 20px;
}

.rtl .no-data span i {
  font-size: 52px;
  color: #0079d6;
}

.rtl .no-data a.btn {
  padding: 7px 20px;
}

.rtl .no-data .first-medical-record {
  width: 314px;
  height: 24px;
  font-family: NovaBold;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #92a2c8;
  margin: auto;
  display: block;
}

.rtl .error-page-message h5 {
  font-size: 22px;
  color: #0079d6;
  line-height: 28px;
  font-family: 'Cairo';
}

.rtl .error-page-message p {
  font-size: 16px;
  line-height: 24px;
  color: #92a2c8;
  font-family: 'Cairo';
}

.rtl .error-page-message .btn {
  font-size: 22px;
  line-height: 27px;
}

.rtl .no-drugs-selected span {
  padding: 10px;
  border-radius: 100%;
  box-shadow: 0 12px 21px 0 rgba(58, 111, 175, 0.19);
  margin-bottom: 20px;
}

.rtl .card {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px !important;
  border: 0 !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff !important;
}

.rtl .card .card-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.rtl .card .card-title i {
  color: #0079d6;
  vertical-align: middle;
}

.rtl .card .card-title span {
  color: #0079d6;
}

.rtl .card .card-title .cancel-appoint {
  font-size: 22px;
  line-height: 28px;
  color: #0079d6;
  cursor: pointer;
}

.rtl .card .card-title .cancel-appoint:hover {
  text-decoration: underline;
  color: #0079d6;
}

.rtl .card .card-title .new-appoint {
  font-size: 18px;
  line-height: 28px;
  color: #0079d6;
  cursor: pointer;
}

.rtl .card .card-title .new-appoint:hover {
  text-decoration: underline;
  color: #0079d6;
}

.rtl .card.on-process .on-process-icon {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f5667b;
  margin-left: 4px;
  margin-bottom: 2px;
}

.rtl .card.on-process .on-process-icon:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5.2px;
  height: 18px;
  width: 18px;
  border: 2px solid #ff6b35;
  border-radius: 50%;
}

.rtl .card.on-process .waiting-list-card {
  box-shadow: none;
  background: transparent !important;
  padding: 0 5px;
  border: none !important;
  margin-bottom: 0;
}

.rtl .card.waiting-list-card {
  border-radius: 4px;
  border: 1px solid #e5ebfb !important;
  box-shadow: none;
  background-color: #fdfeff !important;
  padding: 16px 20px 16px 20px;
}

.rtl .card.waiting-list-card h5 {
  font-size: 20px;
  font-family: 'Cairo';
}

.rtl .card.waiting-list-card h5 span {
  font-size: 16px;
  font-weight: normal !important;
  display: inline-block;
  font-family: 'Cairo' !important;
}

.rtl .card.waiting-list-card h5 .btn {
  margin-right: 15px;
  margin-left: 0;
}

.rtl .card.waiting-list-card h5 .btn:last-child {
  margin-right: 0;
}

.rtl .card.waiting-list-card ul {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
}

.rtl .card.waiting-list-card ul li {
  color: #92a2c8;
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

.rtl .card.waiting-list-card ul li:last-child {
  margin-left: 0;
}

.rtl .card.waiting-list-card .searchItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rtl .waiting-list-wrapper.list-with-drag-and-drop {
  padding-right: 30px;
}

.rtl .waiting-list-wrapper.list-with-drag-and-drop .card:before {
  content: '';
  display: inline-block;
  background-image: url('../../images/icons/drag-and-drop-icon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 27px;
  position: absolute;
  right: -30px;
  top: 52px !important;
}

.rtl .waiting-list-wrapper.list-with-drag-and-drop .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}

.rtl .card .card-menu {
  display: inline-block;
  left: 0;
  right: auto;
  position: absolute;
  top: 15px;
}

.rtl .card .card-menu .btn {
  background: transparent;
  border: 0;
  padding: 0;
  color: #92a2c8;
  min-width: inherit;
  display: inline-block;
  padding: 5px 10px;
}

.rtl .card .card-menu .btn:focus,
.rtl .card .card-menu .btn:active,
.rtl .card .card-menu .btn:hover {
  outline: none;
  box-shadow: none;
  border: none;
}

.rtl .card .card-menu .btn i {
  color: #92a2c8 !important;
}

.rtl .card .card-menu .btn:after,
.rtl .card .card-menu .btn:before {
  display: none;
}

.rtl .card .card-menu .dropdown-menu {
  left: 0;
  right: auto !important;
  transform: translate3d(-10px, 29px, 0px) !important;
}

.rtl .waiting-list-wrapper .card .phone-number {
  margin-top: -15px;
  width: 33%;
  word-wrap: normal;
}

.rtl .slots-list {
  margin: 0;
  padding: 0;
}

.rtl .slots-list li {
  display: inline-block;
  list-style: none;
  background-color: #f9faff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #1b2641;
  width: calc(33% - 10px);
  height: 56px;
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 15px;
  font-size: 21px;
  padding: 12px 0px;
  text-align: center;
  cursor: pointer;
}

.rtl .slots-list li span {
  color: #92a2c8;
}

.rtl .slots-list li:hover {
  background-color: #0079d6;
  color: #f9faff;
}

.rtl .slots-list li:hover span {
  color: #f9faff;
}

.rtl .slots-list li.active {
  background-color: #0079d6;
  color: #f9faff !important;
}

.rtl .slots-list li.active span {
  color: #f9faff;
}

.rtl .slots-list.small-slots-list li {
  width: calc(16.6% - 15px);
  height: 42px;
  font-size: 14px;
  padding: 8px;
}

.rtl .slots-list.small-slots-list li.slots-action-item {
  padding: 0;
}

.rtl .slots-list.small-slots-list li.slots-action-item span {
  display: block;
  height: 100%;
  line-height: 40px;
  color: #1b2641;
}

.rtl .slots-list.small-slots-list li.slots-action-item:hover span {
  color: #fff !important;
}

.rtl .slots-list.small-slots-list li.slots-action-item.active span {
  color: #fff !important;
}

.rtl .slots-list.small-slots-list .form-inline-datepicker-input {
  width: 25%;
  float: right;
}

.rtl .tags-list ul {
  padding: 0;
  margin: 0;
}

.rtl .tags-list ul li {
  background-color: #0079d6;
  color: #fff;
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
}

.rtl .tags-list.tags-list-with-selection ul li {
  background-color: transparent;
  border: 1px solid #0079d6;
  color: #0079d6;
  cursor: pointer;
  font-family: 'Cairo';
}

.rtl .tags-list.tags-list-with-selection ul li.active {
  background-color: #0079d6;
  border: none;
  color: #fff;
}

.rtl .patient-general-info-card .card-head {
  display: flex;
  margin-bottom: 10px;
}

.rtl .patient-general-info-card .card-head h4 {
  margin-right: 20px;
  font-weight: bold;
}

.rtl .patient-general-info-card .card-head h4 .patient-image {
  font-weight: normal;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #92a2c8;
  background-color: #e5ebfb;
  color: #92a2c8;
  font-size: 16px;
  margin-left: 5px;
  padding: 9px 7px;
  text-align: center;
}

.rtl .patient-general-info-card .card-head .btns-group {
  margin-right: auto;
}

.rtl .patient-general-info-card .card-head .btns-group .btn {
  margin-right: 15px;
  width: 225px;
}

.rtl .patient-general-info-card .basic-info-list {
  padding: 0;
}

.rtl .patient-general-info-card .basic-info-list li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #1b2641;
  margin-left: 20px;
  display: inline-block;
  font-family: 'Cairo';
}

.rtl .patient-general-info-card .basic-info-list li span {
  color: #92a2c8;
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 400;
}

.rtl .patient-general-info-card .card-content {
  display: flex;
}

.rtl .patient-general-info-card .card-content .info-block {
  display: inline-block;
  margin-left: 20px;
}

.rtl .patient-general-info-card .card-content .info-block:last-child {
  margin-left: 0;
}

.rtl .patient-general-info-card .card-content .info-block label {
  display: block;
  color: #1b2641;
  font-size: 16px;
  line-height: 24px;
}

.rtl .patient-general-info-card .card-content .info-block ul {
  padding-right: 0;
  background-color: #f9faff;
  display: inline-block;
  margin-left: 20px;
  height: 70px;
  margin-bottom: 0;
  display: table;
  padding: 0 10px;
  border-radius: 4px;
}

.rtl .patient-general-info-card .card-content .info-block ul:last-child {
  margin-left: 0;
}

.rtl .patient-general-info-card .card-content .info-block ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #1b2641;
  text-align: right;
  margin-left: 20px;
  font-family: 'Cairo';
  display: table-cell;
  padding: 10px 10px;
  vertical-align: middle;
}

.rtl .patient-general-info-card .card-content .info-block ul li:last-child {
  margin-left: 0;
}

.rtl .patient-general-info-card .card-content .info-block ul li span {
  font-family: 'NovaRegular';
  font-weight: 300;
  color: #92a2c8;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.rtl .general-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rtl .general-info-list li {
  display: inline-block;
  text-align: right;
  color: #1b2641;
  font-family: 'Cairo';
  font-size: 16px;
  margin-left: 30px;
}

.rtl .general-info-list li span {
  color: #92a2c8;
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.rtl .large-date-picker ngb-datepicker {
  border: none !important;
}

.rtl .large-date-picker ngb-datepicker .ngb-dp-header {
  background-color: transparent !important;
  height: 45px;
}

.rtl .large-date-picker ngb-datepicker ngb-datepicker-month-view .ngb-dp-week {
  border: none !important;
  background-color: transparent !important;
}

.rtl .large-date-picker ngb-datepicker ngb-datepicker-month-view .ngb-dp-week .ngb-dp-weekday {
  font-size: 14px;
  color: #1b2641;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
}

.rtl .large-date-picker ngb-datepicker ngb-datepicker-month-view .ngb-dp-week .ngb-dp-weekday .ngb-dp-day:focus {
  outline: none;
}

.rtl .large-date-picker .ngb-dp-arrow-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #92a2c8 !important;
  color: #92a2c8 !important;
  padding: 0;
}

.rtl .medical-record-card {
  padding: 0px;
}

.rtl .medical-record-card .accordion {
  border: none !important;
  box-shadow: none;
  padding: 0;
}

.rtl .medical-record-card .accordion > .card {
  padding: 0;
  border: 1px solid #e5ebfb !important;
  border-radius: 4px !important;
  margin-bottom: 15px;
  box-shadow: none;
}

.rtl .medical-record-card .card-header {
  background: transparent;
  border: 0;
}

.rtl .medical-record-card .card-header .btn-link {
  padding: 0;
  width: 100%;
  text-align: right;
}

.rtl .medical-record-card .card-header .btn-link.collapsed .fa-angle-up:before {
  content: '\f107';
}

.rtl .medical-record-card .card-header .card-head h5 {
  font-size: 22px;
  line-height: 28px;
  color: #0079d6;
  font-family: 'Cairo';
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.rtl .medical-record-card .card-header .card-head h5 span {
  color: #92a2c8;
  font-family: 'Cairo';
}

.rtl .medical-record-card .card-header .card-head .btn-arrow {
  background-color: transparent;
  border: none;
  padding: 5px;
  float: right;
  min-width: inherit;
  width: inherit;
  display: inline-block;
}

.rtl .medical-record-card .card-header .card-head .btn-arrow i {
  color: #475f7b !important;
  font-size: 22px;
}

.rtl .medical-record-card .card-body {
  padding: 0;
  padding-right: 30px;
}

.rtl .history-list {
  margin-bottom: 20px;
}

.rtl .history-list .filter-btn {
  color: #0079d6;
  font-size: 18px;
  border: none;
  margin-left: 15px;
  /* opacity: 0.08;
  border-radius: 2px;
  background-color: #0079d6; */
}

.rtl .history-list > ul {
  list-style: none;
  padding-right: 0;
}

.rtl .history-list > ul > li {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 2px solid #6dbcdb;
  border-left: none !important;
  padding-bottom: 10px;
}

.rtl .history-list > ul > li:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 0;
  width: 18px;
  height: 17px;
  background: #6dbcdb;
  border-radius: 50%;
  border: 2px solid #fff;
}

.rtl .history-list > ul > li:last-child {
  padding-bottom: 0;
}

.rtl .history-list > ul > li > h5 {
  font-size: 22px;
  line-height: 28px;
  color: #1b2641;
  font-family: 'Cairo';
  font-weight: bold;
  margin-bottom: 20px;
}

.rtl .history-list > ul > li > h5 span {
  color: #0079d6;
  font-weight: normal;
}

.rtl .history-list .drug-cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rtl .history-list .drug-cards-container .drug-card {
  flex: 1 0 48% !important;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.rtl .medications-list {
  margin-bottom: 20px;
}

.rtl .medications-list > h5 {
  font-size: 22px;
  line-height: 27px;
  color: #92a2c8;
  font-family: 'Cairo';
}

.rtl .medications-list ul {
  list-style: none;
  padding-right: 0;
}

.rtl .medications-list ul li {
  display: inline-block;
  border: 1px solid #e5ebfb;
  padding: 10px 16px;
  text-align: center;
  margin-left: 10px;
}

.rtl .medications-list ul li:last-child {
  margin-left: 0;
}

.rtl .medications-list ul li h6 {
  font-size: 16px;
  line-height: 24px;
  color: #1b2641;
  font-family: 'Cairo';
  margin-bottom: 0;
}

.rtl .medications-list ul li span {
  font-size: 16px;
  line-height: 24px;
  color: #92a2c8;
  font-family: 'Cairo';
}

.rtl .medications-list-with-no-border ul li {
  border: none;
}

.rtl .diagnosis-list {
  margin-bottom: 20px;
}

.rtl .diagnosis-list h5 {
  font-size: 22px;
  line-height: 27px;
  color: #92a2c8;
  font-family: 'Cairo';
  font-weight: bold;
}

.rtl .diagnosis-list ul {
  list-style: none;
  padding-right: 0;
}

.rtl .diagnosis-list ul li {
  border: 1px solid #e5ebfb;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 4px;
  color: #1b2641;
  font-size: 16px;
  background-color: #e8edf2;
  display: inline-block;
  clear: both;
}

.rtl .notes-list {
  margin-bottom: 20px;
}

.rtl .notes-list h5 {
  font-size: 22px;
  line-height: 27px;
  color: #92a2c8;
  font-family: 'Cairo';
  font-weight: bold;
}

.rtl .notes-list p {
  color: #1b2641;
  font-size: 16px;
  margin-bottom: 0px;
}

.rtl .rect-list {
  list-style: none;
  padding: 0;
}

.rtl .rect-list li {
  display: inline-block;
  border: 1px solid #e5ebfb;
  border-radius: 4px;
  font-family: 'Cairo';
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 20px;
  width: calc(33% - 2px);
  cursor: pointer;
}

.rtl .rect-list li:hover {
  background-color: #0079d6;
  color: #fff;
}

.rtl .rect-list li.active {
  background-color: #0079d6;
  color: #fff;
}

.rtl .filters-section .filters-cont {
  border: 1px solid #e5ebfb;
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.rtl .filters-section .filters-cont .form-group div label {
  font-weight: normal;
}

.rtl .card.medication-card {
  padding: 0 !important;
  box-shadow: none;
  border: 1px solid #e5ebfb !important;
  border-radius: 4px;
}

.rtl .card.medication-card .card-content {
  display: flex;
  padding: 15px;
}

.rtl .card.medication-card .card-content .card-image {
  margin-left: 15px;
}

.rtl .card.medication-card .card-content .card-text {
  width: calc(100% - 46px);
}

.rtl .card.medication-card .card-content .card-text h6 {
  font-family: 'Cairo';
}

.rtl .card.medication-card .card-content .card-text h6 span {
  float: left;
  text-align: center;
  font-weight: normal;
  color: #92a2c8;
}

.rtl .card.medication-card .card-content .card-text h6 span span {
  font-family: 'Cairo';
  display: block;
  width: 100%;
}

.rtl .card.medication-card .card-content .card-text p {
  color: #92a2c8;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}

.rtl .card.medication-card .card-footer {
  padding: 0;
  background-color: transparent;
  text-align: center;
}

.rtl .card.medication-card .card-footer .btn {
  border-radius: 0;
  min-width: 120px;
}

.rtl .card.medication-card .card-footer .btn:first-child {
  border-right: 1px solid #e5ebfb !important;
}

.rtl .item-with-action-icon .item-with-action-icon-card {
  padding: 8px 15px;
  border: 1px solid #e5ebfb;
  height: 40px;
  color: #92a2c8;
  position: relative;
  border-radius: 4px;
}

.rtl .item-with-action-icon .item-with-action-icon-card i {
  background: #92a2c8;
  color: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  right: inherit;
  width: 40px;
  height: calc(100% + 2px);
  padding: 12px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
}

.rtl .tags-search-input .ng-select-container .ng-value-container .ng-value {
  min-width: calc(50% - 5px);
  border: none !important;
  background: transparent !important;
  order: 2;
}

.rtl .tags-search-input .ng-select-container .ng-value-container .ng-input {
  order: 1;
  flex: 1 100% !important;
}

.rtl .card.drug-card {
  box-shadow: none;
  border: 1px solid #e5ebfb !important;
  border-radius: 4px;
}

.rtl .card.drug-card h6 {
  font-size: 16px;
  color: #1b2641;
  font-family: 'Cairo';
  margin-bottom: 5px;
}

.rtl .card.drug-card .subtitle {
  font-size: 14px;
  color: #1b2641;
}

.rtl .card.drug-card .subtitle span {
  color: #92a2c8;
}

.rtl .card.drug-card .notes {
  font-size: 14px;
  color: #92a2c8;
}

.rtl .card.drug-card .delete-btn {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}

.rtl .card.drug-card .delete-btn i.fa-trash-alt {
  color: #ff6b35;
}

.rtl .card.drug-card .delete-btn i.fa-edit {
  color: #0058aa;
}

.rtl .drug-cards-container {
  margin-bottom: 30px;
}

.rtl body .prescription-card {
  position: relative;
  border: 1px solid #0079d6;
}

.rtl body .prescription-card .prescription-card-header {
  background-image: url('../../images/icons/prescription-header-bg.png');
  background-size: 100% 25px;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  padding-top: 30px;
}

.rtl body .prescription-card .prescription-card-header .personal-info-wrapper {
  display: block;
}

.rtl body .prescription-card .prescription-card-header .personal-info-wrapper img {
  display: inline-block;
  width: 100px;
  vertical-align: top;
}

.rtl body .prescription-card .prescription-card-header .personal-info-wrapper .personal-info-txt {
  display: inline-block;
  width: calc(100% - 105px);
}

.rtl body .prescription-card .prescription-card-header .personal-info-wrapper .personal-info-txt h4 {
  color: #0079d6;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Cairo';
  margin-bottom: 2px;
}

.rtl body .prescription-card .prescription-card-header .personal-info-wrapper .personal-info-txt h4 span {
  color: #92a2c8;
  font-size: 10px;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
}

.rtl body .prescription-card .prescription-card-header .personal-info-wrapper .personal-info-txt p {
  font-size: 10px;
  line-height: 12px;
  color: #000000;
  margin-bottom: 5px;
}

.rtl body .prescription-card .patient-info .info-box {
  display: block;
  border: 1px solid #e5ebfb;
  padding: 10px;
  margin: 5px 0 5px 0;
}

.rtl body .prescription-card .patient-info .info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rtl body .prescription-card .patient-info .info-box ul li {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  display: inline-block;
  vertical-align: text-top;
}

.rtl body .prescription-card .patient-info .info-box ul li:last-child {
  float: left;
}

.rtl body .prescription-card .patient-info .info-box ul li span {
  font-family: 'Cairo';
}

.rtl body .prescription-card .prescription-card-body {
  padding: 15px;
}

.rtl body .prescription-card .prescription-card-body > h4 {
  color: #0079d6;
  font-family: 'Cairo';
  font-size: 16px !important;
  line-height: 24px;
  margin-bottom: 0;
}

.rtl body .prescription-card .prescription-card-body .prescription-dose-info {
  display: flex;
  justify-content: space-between;
}

.rtl body .prescription-card .prescription-card-body .prescription-dose-info span.arabic:last-child {
  text-align: right;
  direction: rtl;
  font-family: 'GESSTwoBold';
  color: #0079d6;
}

.rtl body .prescription-card .prescription-card-body .prescription-dose-info span.english:last-child {
  text-align: right;
  direction: ltr;
  /* font-family: 'GESSTwoBold'; */
  color: #0079d6;
}

.rtl body .prescription-card .prescription-card-body .prescription-list {
  padding: 0;
  margin: 0;
}

.rtl body .prescription-card .prescription-card-body .prescription-list li {
  list-style: none;
}

.rtl body .prescription-card .prescription-card-body .prescription-list li h4 {
  font-size: 16px !important;
  line-height: 24px;
  color: #1b2641;
  font-family: 'Cairo';
  margin-bottom: 0;
}

.rtl body .prescription-card .prescription-card-body .prescription-list li h4 > span {
  line-height: 16px;
}

.rtl body .prescription-card .prescription-card-body .prescription-list li h4 > span:first-child {
  font-weight: bold;
}

.rtl body .prescription-card .prescription-card-body .prescription-list li h4 > span > span {
  font-family: 'Cairo';
}

.rtl body .prescription-card .prescription-card-body .prescription-list li h4 > span:last-child {
  color: #0079d6;
  float: left;
}

.rtl body .prescription-card .prescription-card-body .prescription-list li p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #000;
}

.rtl body .prescription-card .prescription-card-body .prescription-block h4 {
  color: #0079d6;
  font-family: 'Cairo';
  font-size: 16px !important;
  line-height: 24px;
  margin-bottom: 0;
}

.rtl body .prescription-card .prescription-card-body .prescription-block p {
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.rtl body .prescription-card .prescription-card-body .lists-block h4 {
  color: #0079d6;
  font-family: 'Cairo';
  font-size: 16px !important;
  line-height: 24px;
  margin-bottom: 0;
}

.rtl body .prescription-card .prescription-card-body .lists-block > div {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.rtl body .prescription-card .prescription-card-body .lists-block > div ul {
  padding-right: 14px;
  font-size: 11px;
}

.rtl body .prescription-card .prescription-card-footer {
  height: 40px;
  background-image: url('../../images/icons/prescription-footer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.rtl .printed-prescription-card {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rtl .printed-prescription-card img {
  width: 100%;
  height: 100%;
}

@media print and (width: 21cm) and (height: 29.7cm) {
  @page {
    .rtl {
      margin: 3cm;
    }
  }
}

@media print and (width: 8.5in) and (height: 11in) {
  @page {
    .rtl {
      margin: 1in;
    }
  }
}

@page {
  .rtl {
    size: A4 landscape;
    margin: 10%;
  }
}

.rtl .login-container {
  background-color: #fff !important;
  position: inherit !important;
}

.rtl .login-container .login-left-side {
  height: 100vh;
  background-color: #e5ebfb;
  background-image: linear-gradient(to top, #e5ebfb, #fff);
}

.rtl .login-container .login-left-side .login-logo {
  display: block;
  text-align: right;
  padding: 0 10px;
}

.rtl .login-container .login-left-side .login-header {
  font-size: 28px;
  font-family: 'Cairo';
  color: rgba(0, 0, 0, 0.9);
  line-height: 44px;
  padding: 0 15px;
  text-align: right;
}

.rtl .login-container .login-left-side .login-header span {
  font-size: 28px;
  font-family: 'Cairo';
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 5px 12px 5px 12px;
  border-radius: 8px;
  background-color: #ff6b35;
  display: inline-block;
  line-height: 34px;
}

.rtl .login-container .login-left-side .login-img {
  text-align: center;
  margin: 40px auto 0px auto;
}

.rtl .login-container .login-left-side .login-img img {
  width: 85%;
  height: 285px;
  margin: auto;
}

.rtl .login-container .login-left-side .login-slider .login-slide h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  width: 89%;
  margin: auto;
}

.rtl .login-container .login-left-side .carousel:active,
.rtl .login-container .login-left-side .carousel:focus {
  outline: none;
}

.rtl .login-container .login-left-side .carousel .carousel-inner {
  text-align: center;
  padding-bottom: 45px;
}

.rtl .login-container .login-left-side .carousel .carousel-inner .carousel-item:active,
.rtl .login-container .login-left-side .carousel .carousel-inner .carousel-item:focus {
  outline: none;
}

.rtl .login-container .login-left-side .carousel .carousel-inner:active,
.rtl .login-container .login-left-side .carousel .carousel-inner:focus {
  outline: none;
}

.rtl .login-container .login-left-side .carousel .carousel-control-prev,
.rtl .login-container .login-left-side .carousel .carousel-control-next {
  display: none;
}

.rtl .login-container .login-left-side .carousel .carousel-indicators li {
  background-color: rgba(109, 188, 219, 0.4);
  height: 4px;
  width: 42px;
}

.rtl .login-container .login-left-side .carousel .carousel-indicators li.active {
  background-color: #0079d6;
}

.rtl .login-container .login-left-side .copyrights {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
}

.rtl .login-container .login-right-side {
  background-color: #fff;
}

.rtl .login-container .login-right-side .login-box h2 {
  text-align: right;
  font-family: 'Cairo';
}

.rtl .login-container .login-right-side .login-box .form-group .form-group-info {
  font-size: 12px;
  font-weight: 16px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1px;
}

.rtl .login-container .login-right-side .login-box .form-group label {
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
}

.rtl .login-container .login-right-side .login-box .form-group .form-control {
  height: 40px;
  border-radius: 2px;
  border: 1px solid #d8dde6;
  margin-bottom: 20px;
}

.rtl .login-container .login-right-side .login-box .form-group small {
  display: block;
  margin-top: -10px;
}

.rtl .login-container .login-right-side .login-box .card {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.rtl .login-container .login-right-side .login-box .card .card-body {
  padding: 20px 0;
}

.rtl .select-clinic-container .row.whiteBg {
  border-bottom: 6px solid #0079d6;
}

.rtl .select-clinic-container .row.whiteBg .top-section h2 {
  color: #0079d6;
  text-align: center;
}

.rtl .select-clinic-container .row.whiteBg .top-section h2 span {
  font-family: 'Cairo';
  vertical-align: sub;
}

.rtl .select-clinic-container .row.lightBg h3 {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #1b2641;
  margin-top: 15px;
}

.rtl .select-clinic-container .row.lightBg h3.bold {
  margin-top: 40px;
  color: #000;
}

.rtl .select-clinic-container .row.lightBg .clinics-list {
  display: block;
  width: 60%;
  margin: auto;
  padding: 0;
  margin-top: 40px;
}

.rtl .select-clinic-container .row.lightBg .clinics-list li {
  list-style: none;
  display: flex;
  border-bottom: 2px solid #ebebeb;
  padding: 30px 0;
  cursor: pointer;
}

.rtl .select-clinic-container .row.lightBg .clinics-list li .clinic-logo {
  background: #fff;
  border: 2px solid #e5ebfb;
  border-radius: 4px;
  text-align: center;
  height: 88px;
  width: 88px;
  margin-left: 35px;
}

.rtl .select-clinic-container .row.lightBg .clinics-list li .clinic-info h4 {
  font-family: 'Cairo';
  font-size: 28px !important;
  line-height: 46px;
  color: #57585c;
  margin-bottom: 0;
}

.rtl .select-clinic-container .row.lightBg .clinics-list li .clinic-info p {
  font-size: 20px;
  color: #57585c;
  margin-bottom: 0;
}

.rtl .select-clinic-container .row.lightBg .clinics-list li .clinic-info p span {
  font-family: 'Cairo';
}

.rtl .select-clinic-container .row.lightBg .clinics-list li > img {
  margin-right: auto;
}

.rtl .select-clinic-container .row.lightBg .clinics-list li:first-child {
  border-top: 2px solid #ebebeb;
}

.rtl .select-clinic-container .row.lightBg .clinics-list li:last-child {
  border-bottom: 2px solid #ebebeb;
}

.rtl .settings-left-sidebar ul {
  padding: 0;
}

.rtl .settings-left-sidebar ul li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #92a2c8;
}

.rtl .settings-left-sidebar ul li a {
  color: #92a2c8;
  padding: 15px 0;
  border-bottom: 1px solid #e5ebfb;
  display: block;
}

.rtl .settings-left-sidebar ul li a.active {
  color: #0079d6;
  font-family: 'Cairo';
}

.rtl .settings-left-sidebar ul li:last-child a {
  border: none;
}

.rtl .toolbox-list {
  padding: 0;
}

.rtl .toolbox-list li {
  list-style: none;
  display: inline-block;
  border: 1px solid #e5ebfb;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 15px;
  width: calc(33% - 12px);
  vertical-align: top;
  height: 95px;
  padding: 15px 10px;
  cursor: pointer;
}

.rtl .toolbox-list li i {
  color: #0079d6;
  display: block;
  font-size: 22px;
  margin-bottom: 7px;
}

.rtl .toolbox-list li span {
  font-size: 12px;
  line-height: 16px;
  color: #92a2c8;
  display: block;
}

.rtl .toolbox-list li:last-child {
  margin-left: 0;
}

.rtl .toolbox-list li:hover {
  background-color: #0079d6;
  border: 1px solid #0079d6;
}

.rtl .toolbox-list li:hover i {
  color: #fff;
}

.rtl .toolbox-list li:hover span {
  color: #fff;
}

.rtl .medical-form-card {
  margin-bottom: 20px;
}

.rtl .medical-form-card .form-group .form-control {
  color: #92a2c8;
}

.rtl .medical-form-card .form-group .form-control::placeholder {
  color: #92a2c8;
  opacity: 1;
}

.rtl .medical-form-card .form-group .form-control:-ms-input-placeholder {
  color: #92a2c8;
}

.rtl .medical-form-card .form-group .form-control::-ms-input-placeholder {
  color: #92a2c8;
}

.rtl .medical-form-card .form-group textarea {
  height: 130px;
}

.rtl .medical-form-card .remove-icon {
  position: absolute;
  top: -10px;
  left: -5px;
  background: #fff;
  color: #0079d6;
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 6px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 2px 1px #ddd;
}

.rtl .inline-input-with-checkbox {
  display: flex;
}

.rtl .inline-input-with-checkbox input[type='checkbox'],
.rtl .inline-input-with-checkbox input[type='radio'] {
  display: inline-block;
  margin-top: 12px;
  margin-right: 15px;
}

.rtl .plus-minus-wrapper {
  padding: 5px;
  width: 60px;
}

.rtl .plus-minus-wrapper i {
  font-size: 20px;
  color: #0079d6;
}

.rtl app-calendar .btn-group .btn {
  min-width: initial;
}

.rtl mwl-calendar-open-day-events {
  display: none;
}

.rtl .event-info {
  position: relative;
  padding-right: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  color: #92a2cb;
  font-family: 'Cairo';
}

.rtl .event-info > span:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background-color: #81d640;
  display: inline-block;
  border-radius: 8px;
}

.rtl .cal-week-view .cal-time-events .cal-event {
  line-height: 18px !important;
  min-height: 19px;
}

.rtl .cal-month-view .cal-out-month .event-info .fa-trash-alt,
.rtl .cal-month-view .cal-out-month .event-info .fa-trash-alt {
  display: none;
}

.rtl .search-container .search-icon {
  left: 5px !important;
  right: unset !important;
}

@media screen and (max-width: 768px) {
  .rtl body .btn {
    min-width: inherit !important;
  }

  .rtl .btn.btn-large {
    font-size: 18px;
  }

  .rtl .navbar.navbar-light.bg-light .navbar-collapse .navbar-nav a {
    text-align: right !important;
    top: inherit !important;
    padding: 10px 0 !important;
  }

  .rtl .navbar-nav .nav-link {
    text-align: right;
  }

  .rtl .navbar-nav .nav-link b {
    text-align: right !important;
    display: inline-block !important;
    position: relative !important;
    top: inherit !important;
    width: inherit !important;
  }

  .rtl .waiting-list-dropdown a,
  .rtl .scheduled-list-dropdown a {
    top: inherit !important;
  }

  .rtl .waiting-list-dropdown a b,
  .rtl .scheduled-list-dropdown a b {
    text-align: center !important;
    position: relative !important;
    top: inherit !important;
    text-align: center !important;
    display: inline-block !important;
    width: inherit !important;
    margin-left: 10px !important;
  }

  .rtl .navbar.navbar-light.bg-light .navbar-collapse .navbar-nav a.active:after {
    display: none;
  }

  .rtl .private-mode-item .private-mode-switch {
    margin-right: 15px;
    margin: 10px 20px;
  }

  .rtl .card.waiting-list-card h5 {
    font-size: 18px;
  }

  .rtl .waiting-list-wrapper .card .phone-number {
    margin-top: 0 !important;
    width: 100% !important;
    word-wrap: normal !important;
  }

  .rtl .card.waiting-list-card h5 .btn {
    margin: 7px 0;
  }

  .rtl .slots-list li {
    width: 100%;
  }

  .rtl .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 5px !important;
  }

  .rtl .nav-tabs .nav-item:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .rtl .slots-list li {
    font-size: 13px;
    height: 42px;
  }
}

/*# sourceMappingURL=styles-ar.css.map */
