@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/earlyaccess/lateef.css);
.FAB {
  position: fixed;
  bottom: 50px;
  right: 60px;
  width: 56px;
  z-index: 4;
}
.FAB__action-button {
  bottom: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
}
.FAB__action-button > .btn-link:hover {
  background-color: transparent;
}
.FAB__action-button:hover .action-button__icon {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.14),
    0 8px 16px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.28);
}
.action-button__icon {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  background-color: #17244c;
  border-radius: 25%;
  color: #fff;
  padding: 22px;
}
.action-button__text--hide {
  display: none;
}
.action-button__text--show {
  background-color: #17244c;
  border-radius: 3px;
  color: #fff;
  right: 55px;
  font-size: 16px;
  font-family: Helvetica Neue;
  opacity: 0.8;
  padding: 5px 9px;
  position: absolute;
  top: -5px;
  white-space: nowrap;
}
* {
  outline: none;
}
:focus,
button:focus {
  outline: none;
}
label {
  /* font-weight: 800; */
  font-size: 14px;
}
.chosen-container,
.icon-form {
  text-align: left;
  font-family: FontAwesome, "sans-serif";
}
section.sidebar {
  padding-bottom: 0;
}
.filled-info-boxes {
  line-height: 1.5;
}
.products-list .product-img {
  height: 50px;
  overflow: hidden;
}
.products-list .product-img img {
  height: auto;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #00e765 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #fff;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  padding: 3px 6px !important;
}
.select2-container--default[dir="rtl"] .select2-selection__clear {
  float: left !important;
}
div.dt-buttons {
  margin: 0 30px;
}
#errors-list li {
  background: none;
  border: none;
}
.form-inputs .link-input,
.form-links .link-input {
  margin-bottom: 5px;
}
.form-inputs .fa,
.form-links .fa {
  width: 20px;
}
.form-inputs .input-group-addon,
.form-links .input-group-addon {
  border: none;
}
.form-inputs .help-block,
.form-links .help-block {
  margin-left: 50px;
}

.form-control.has-error {
  background-color: #ffeee7;
}
.form-control.has-error,
.form-control.has-error:focus {
  -webkit-box-shadow: inset 0 -2px 0 red;
  box-shadow: inset 0 -2px 0 red;
}
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
  cursor: pointer;
}
table.dataTable.display tbody td .label,
table.dataTable.display tbody td a.btn {
  font-size: 11px;
  display: inline-block;
  margin: 2px;
}
table.dataTable.display tbody td .btn-group-lg a.btn,
table.dataTable.display tbody td .btn-group-sm a.btn,
table.dataTable.display tbody td .btn-group-xs a.btn,
table.dataTable.display tbody td .btn-group a.btn {
  margin: 0;
}
.dataTables_wrapper {
  /* margin-bottom: 100px; */
  margin: 20px 20px 50px 20px;
}
.card .table {
  margin-bottom: 30px;
}
.dataTables_filter,
.dataTables_length {
  display: inline-block;
}
.dataTables_filter {
  float: right;
}
.model-icon {
  text-align: center;
}
.model-icon i.fa {
  font-size: 50px;
  display: inline-block;
  margin: 2px;
}
table.dataTable.display.small tbody td,
table.dataTable.display.small th {
  font-size: 12px;
}
table.dataTable.display.smaller tbody td,
table.dataTable.display.smaller th {
  font-size: 11px;
}
table.dataTable.display.smallest tbody td,
table.dataTable.display.smallest th {
  font-size: 10px;
}
.action-modal .modal-body .modal-field {
  margin: 7px 0;
}
.action-modal .modal-body .modal-field .label,
.action-modal .modal-body .modal-field a.btn {
  margin: 2px;
}
.action-modal .modal-body .modal-field .fa {
  font-size: 2em;
}
.action-modal .modal-body span,
.action-modal .modal-body span div {
  font-size: 12px;
  display: inline;
}
div.link-icons i.fa {
  margin: 3px;
  font-size: 15px;
}
div.media {
  margin: 20px 0;
}
.dz-image-preview {
  width: 95%;
  height: 200px;
}
.dz-image-preview .dz-image {
  width: 100% !important;
  height: 200px !important;
}
.mb-50 {
  margin-bottom: 50px;
}
.edit-contents textarea {
  width: 100%;
}
.image-preview {
  margin: auto;
}
.image-info {
  overflow: hidden;
  border-left: 3px solid #3aaced;
  padding: 20px 0 20px 20px;
}
.range-form-group > .form-control {
  width: 70px;
  padding: 2px 6px;
  display: inline-block;
}
.options-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}
.options-column > * {
  margin: 0 10px;
}
.options-column button {
  font-size: 10px;
  padding: 3px 8px;
}
.options-column .caret {
  margin-right: 5px;
}
.box-body .form-group > p {
  display: inline-block;
  margin: 10px;
}
.login-box-body .form-control-feedback {
  right: auto;
  left: 0;
}
.rtl,
.rtl-right {
  direction: rtl;
}
.rtl-right {
  text-align: right;
}
.rtl-body,
.rtl-body * {
  direction: rtl;
}
.rtl-right-body,
.rtl-right-body * {
  direction: rtl;
  text-align: right;
}
.text-body-center {
  direction: rtl;
  text-align: center;
}
.text-body-center * {
  text-align: center;
}
.ltr,
.ltr-left {
  direction: ltr;
}
.ltr-left {
  text-align: left;
}
.ltr-body,
.ltr-body * {
  direction: ltr;
}
.ltr-body-left,
.ltr-body-left * {
  direction: ltr;
  text-align: left;
}
table.rtl th {
  text-align: right;
}
.col-rtl [class*="col"] {
  float: right;
}
.rtl-list {
  direction: rtl;
  text-align: right;
}
.rtl-list .product-info {
  margin-right: 60px;
  margin-left: 0;
}
.rtl-list .product-img {
  float: right;
}
.rtl-list .label-timestamp {
  float: left;
  margin-right: 5px;
}
.rtl-list .list-action-button {
  cursor: pointer;
}
.login-wrapper {
  max-width: 500px;
  width: fit-content;
  height: 480px;
  border-radius: 10px;
  margin: 50px auto 50px auto;
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 20px 20px 80px rgb(22, 61, 128);
}
.reset-wrapper {
  max-width: 500px;
  height: 330px;
  border-radius: 10px;
  margin: 100px auto 50px auto;
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 20px 20px 80px rgb(22, 61, 128);
}
.otp-wrapper {
  max-width: 500px;
  height: 400px;
  border-radius: 10px;
  margin: 100px auto 50px auto;
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 20px 20px 80px rgb(22, 61, 128);
}
.otp-wrapper .log-submit-btn {
  float: none !important;
}
.otp-wrapper .resend_code button {
  color: #3aaced !important;
  font-size: 18px;
  margin-top: 18px;
  border: none !important;
  background: none !important;
  cursor: pointer;
}
.login-wrapper h1,
.reset-wrapper h2 {
  font-size: 18px !important;
  font-weight: 500;
}

.reset-wrapper .log-submit-btn,
.login-wrapper .log-submit-btn,
.login-wrapper .lost_password {
  float: none !important;
}
.login-logo {
  display: inline-block !important;
}
.doctor_schedule .modal-content {
  width: fit-content !important;
}
.login-wrapper .filter-tags {
  margin-top: 0 !important;
}
.login-wrapper .log-submit-btn {
  width: 230px !important;
}
/* Doctor schedule */
.custom-form-schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.custom-form-schedule .checkbox-ul {
  width: fit-content;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 10px;
  background-color: #f7f9fb;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
}
.custom-form-schedule.checkbox-ul > label {
  float: right;
  display: block;
  font-weight: 700;
  gap: 10px;
}
.custom-form-schedule.checkbox-ul ul,
.custom-form-schedule .checkbox-ul ul li {
  display: flex !important;
  gap: 10px;
}

/*  */

/* .customer-card {
	display: none;
} */

/* no reservation found */
.page-not-found {
  margin: auto;
  height: 100vh;
  width: 100%;
  margin-bottom: 50px;
}

.page-not-found h3 {
  font-size: 42px;
  text-align: center !important;
  margin-top: 20px;
}
.page-not-found span {
  color: #aced3a;
}
.page-not-found .bg-light {
  width: 100%;
  padding: 50px;
  text-align: center !important;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .page-not-found {
    margin-bottom: 0;
  }
  .page-not-found h3 {
    font-size: 28px;
  }
  .page-not-found img {
    width: 350px;
    margin-left: -20%;
  }

  .page-not-found .bg-light {
    width: 100%;
    top: 30%;
  }
}

/* Review for patients form */
/* add by ahmed */
.iziToast.iziToast-balloon:after {
  background-color: #fff !important;
}
.iziToast-buttons-child {
  background-color: #aced3a !important;
  color: #fff !important;
  padding: 10px 32px !important;
  border-radius: 8px !important;
  font-size: 18px !important;
}

.logo-style span {
  font-weight: 900;
  font-size: 23px;
  text-transform: uppercase;
  font-family: Droid Arabic Kufi, Roboto, Helvetica, Arial, sans-serif;
  color: #3aaced;
}

.logo-style span strong {
  color: #aced3a;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.1em 0.5em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #aced3a !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: #3aaced !important;
  color: #fff !important;
}
.paginate_button.previous {
  background: #3aaced !important;
  color: #fff !important;
}
.paginate_button.next {
  background: #3aaced !important;
  color: #fff !important;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 8px !important;
}
.booking-procedure {
  border-radius: 0.375rem !important;
}
.light-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  color: rgba(67, 89, 113, 0.6);
  position: absolute;
  left: 14px;
  top: -1px;
}
.progress-group {
  padding-bottom: 13px;
}
.rmv-input-p > input {
  padding: 10px 20px 10px 10px !important;
}

.swiper.mostSeeSwiper,
.swiper.mostOrderSwiper {
  padding: 0 23px; /* add space inside for arrows */
  position: relative;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: bold;
  color: #000;
}

.swiper-button-prev {
  right: 0px !important;
}

.swiper-button-next {
  left: 0px !important;
}

.offers-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  padding: 20px 10px 5px 0px;
  color: rgb(52, 52, 52) !important;
}
.swiper-card-img {
  width: 100%;
  height: 60%;
  position: relative;
}
.swiper-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.swiper-card-img .swiper-discount {
  position: absolute;
  top: 17px;
  left: unset;
  right: 15px;
  direction: rtl;
  z-index: 2;
  height: fit-content;
  padding: 2px 3px 2px 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: rgb(255, 255, 255);
  background-color: rgb(224, 32, 32);
  border-color: rgb(174, 13, 13);
  border-style: solid;
  border-width: 0px 5px 0px 0px;
}
.swiper-card .swiper-card-text {
  padding: 5px 20px;
}
.swiper-card .swiper-card-text h4 {
  color: rgb(52, 52, 52);
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 10%;
  padding: 5px 0;
}
.swiper-card .swiper-card-text p {
  color: rgb(185, 185, 185);
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-card .swiper-card-text .swiper-price {
  display: flex;
  justify-content: start;
  align-items: center;
  direction: rtl;
  /* margin-top: 15px; */
}
.swiper-card .swiper-card-text .swiper-old-price {
  color: rgb(185, 185, 185);
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
  margin-bottom: 18px;
}
.swiper-card .swiper-card-text .swiper-new-price {
  color: rgb(0, 112, 205);
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 16px;
}

.all-offers {
  /* display: grid;
  row-gap: 50px;
  grid-template-columns: auto auto auto;
  padding: 10px; */

  display: flex;
  margin: auto;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  direction: rtl;
  transition: 2s ease-out;
}

.all-offers .card {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 32%;
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  background-color: rgb(255, 255, 255);
  height: fit-content;
  text-decoration: none;
  direction: rtl;
  border-bottom: 1px solid rgb(230, 231, 232);
  padding-bottom: 2.2vh;
  border-top-color: rgb(230, 231, 232);
  border-right-color: rgb(230, 231, 232);
  border-left-color: rgb(230, 231, 232);
  animation: 0.75s ease-in-out 0s 1 normal none running gOHwoP;
  user-select: none;
  margin-top: 1.4vh !important;
  margin-bottom: 1.4vh !important;
}
@media (max-width: 767px) {
    .all-offers .card {
        width: 100%;
        margin: 1vh 0vw;
    }
}

.all-offers .card:hover {
	border-bottom: 1px solid rgb(116, 116, 117);
}
.all-offers .card .card-img {
  position: relative;
  overflow: hidden;
  height: 15em;
  animation: 1.5s ease-in-out 0s 1 normal none running bcCCNc;
}
.card-img .discount {
  position: absolute;
  top: 17px;
  left: unset;
  right: 15px;
  direction: rtl;
  z-index: 20;
  height: fit-content;
  padding: 2px 3px 2px 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: rgb(255, 255, 255);
  background-color: rgb(224, 32, 32);
  border-color: rgb(174, 13, 13);
  border-style: solid;
  border-width: 0px 5px 0px 0px;
}
.all-offers .card .card-img img {
  height: 100%;
  width: 100%;
  object-fit: fill;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.all-offers .card:hover .overlay {
	opacity: 0.4;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 15em;
  z-index: 10;
  opacity: 0;
  background-color: rgb(0, 0, 0);
}
.all-offers .card:hover .offer-office {
		bottom: 15px;
}
.offer-office {
  transition: bottom 0.4s;
  bottom: -65px;
  left: 20px;
  right: 20px;
  z-index: 20;
  width: 96%;
  position: absolute;
  height: 30%;
  color: rgb(255, 255, 255);
  font-size: 17px;
  line-height: 13px;
  display: inline-flex;
}
.offer-office-img {
  padding: 0px 0px 5px 5px;
}
.offer-office-img img {
  max-width: 43px;
  max-height: 43px;
  width: 43px;
  height: 43px;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.offer-office-title {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 13px;
}
.office-name {
  direction: rtl;
  font-size: 14px;
  width: 242px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: -6px auto;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 16px;
}
.office-address {
  direction: rtl;
  font-size: 14px;
  width: 242px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: -6px auto;
  color: rgb(255, 255, 255);
  line-height: 18px;
}
.card .card-text {
  padding: 5px 20px;
}
.card .card-text h4 {
  color: rgb(0, 112, 205);
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 10%;
  padding: 5px 0;
}
.card .card-text p {
  color: rgb(185, 185, 185);
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer-star-rating{
	display: flex;
	align-items: center;
	justify-content: start;
	direction: rtl;
  margin-bottom: 15px;
}
.offer-star-rating p{
	padding-bottom: 0;
	margin: 0 5px;
}
.offer-back-stars,.offer-front-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    top: 0;
    right: 0;
}
.offer-back-stars {
    color: #edfbd3;
    position: relative;
}
.offer-front-stars {
    color: #aced3a;
    overflow: hidden;
    position: absolute;
}
.card-text .price {
  display: flex;
  justify-content: start;
  align-items: center;
  direction: rtl;
  /* margin-top: 15px; */
  margin-bottom: 15px;
}
.card-text .old-price {
  color: rgb(185, 185, 185);
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
}
.card-text .save-price {
    height: 20px;
    color: rgb(0, 213, 99);
    font-size: 14px;
    line-height: 20px;
    margin: 0% 3%;
}
.card-text .new-price {
  color: rgb(0, 112, 205);
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  text-align: start;
  margin-bottom: 16px;
}
.d-flex{
	display: flex;
} 
.flex-wrap{
flex-wrap: wrap;
}
.justify-content-between{
	justify-content: space-between;
}
.justify-content-start{
  justify-content: start;
}
.align-items-start{
  align-items: start;
}
.all-offers .card:hover .offer-booking-btn{
	color: rgb(255, 255, 255);
    transition: background-color 0.4s;
    background-color: rgb(0, 112, 205);
    border: none;
}
.offer-booking-btn{
	padding: 3px 20px;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: rgb(0, 112, 205);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border-color: rgb(0, 112, 205);
    border-style: solid;
    border-width: 1px;
    text-shadow: none;
    box-shadow: none;
	background-image: none !important;
    transition: 0.12s linear !important;
}

.offerData-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-400px{
  height: 400px;
}
.offer-office-data {
  /* height: 30%; */
  width: 100%;
  color: rgb(5, 5, 5);
  font-size: 17px;
  line-height: 13px;
  display: inline-flex;
}
.offer-office-data .offer-office-img {
  padding: 0px 0px 5px 5px;
}
.offer-office-data .offer-office-img img {
  max-width: 43px;
  max-height: 43px;
  width: 43px;
  height: 43px;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.offer-office-data .offer-office-title {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 13px;
}
.offer-office-data .office-name {
  direction: rtl;
  font-size: 14px;
  width: 242px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: -6px auto;
  color: rgb(2, 2, 2);
  font-weight: 600;
  line-height: 16px;
}
.offer-office-data .office-address {
  direction: rtl;
  font-size: 14px;
  width: 242px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: -6px auto;
  color: rgb(8, 8, 8);
  line-height: 18px;
}
.offerData-right{
  width: 60%;
}
.offerData-left{
  width: 40%;
}
@media (max-width:999px) {
  .offerData-right{
    width: 100%;
  }
  .offerData-left{
    width: 100%;
  }
}


@media only screen and (min-width: 1025px) {
  .bYdcaz {
      padding: 0px 0px 0px 15px;
      font-size: 14px;
  }
}
.bYdcaz {
  width: calc(64% - 15px);
  padding: 0px;
  margin: 0px 15px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  color: rgb(116, 116, 112);
  font-size: 12px;
  border-right: 0px;
  border-left: 1px solid rgb(197, 195, 195);
}
.right-data-title {
  color: rgb(116, 116, 112);
  display: block;
}
.right-data-title-div {
  display: table;
  clear: both;
  margin-bottom: 10px;
  padding-top: 10px;
}
.right-data-title-span {
  font-size: 24px;
  color: rgb(47, 47, 32);
  font-weight: 600;
  line-height: 31px;
  padding: 0px 6px;
  display: inline-block;
}
.right-data-title-desc {
  color: rgb(116, 116, 112);
  line-height: 23px;
  /* white-space: pre-wrap; */
  display: inherit;
  font-weight: inherit;
  padding: 2px 10px 0px 5px;
  font-size: 14px;
  text-align: start;
}
.lbfNUP {
  box-sizing: border-box;
  height: 18px;
}
