.media-item__img img {
	border-radius: 50%;
}

.store-holder__item__img img {
	max-width: 70% ;
}

.store-holder__item__img  {
	text-align: center;
}

.input-wrapper__space.has-error {
	margin-bottom: 30px;
}

.tab-navigation__link__flag img {
	border-radius: 50%;
}

.file-list__item a {
	text-decoration: none;
}

.icon-open-in-new {
	text-decoration: none;
}

.wh-no-wrap {
	white-space: nowrap !important;
}

.language__dropdown,.language {
	padding: 0;
}

.language__dropdown li,.language li {
	list-style: none;
}

#order-form  .custom-select,.sp-select {
	padding-right: 33px !important;
	padding-top: 13px !important;
	padding-bottom: 10px !important;
}

.img-file.account-img {
	width: 120px;
	height: 120px;
	border-radius: 50% !important;
	object-fit: cover;

 }
 
 .dashboard-layout__sidebar__account__user__img img {
	width: 64px;
	height: 64px;
	border-radius: 50% !important;
	object-fit: cover;
 }

 .store-holder__item__img img {
 	max-width: 100%;
 }

 .about-content h1 {
 	font-size:24px;
 	line-height:32px
 }

 #ticketchat-message {
 	padding-top: 12px;
	padding-bottom: 12px;
 }

 .dashboard-layout__sidebar,.header__main__navigation {
 	top: 60px !important;
 }

 .header__main {
	/* max-height: 72px; */
	padding-top: 0;
	overflow: hidden;
}

.debt-flex-between {
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.mobile-delete-btn {
	text-decoration: none;
}

.alert-info {
	display: block;
	color: #6697ff;
	background-color: #ebf1ff;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-size: 0.9rem;
}

.alert-heading {
	color: #558bff;
	font-size: 1.2rem !important;
	margin-bottom: 0;
	font-weight: 500;
}

.alert-info p {
	margin-top: 10px;
	margin-bottom: 0;
}

.alert-heading .mdi {
	margin-right: 10px;
}

.almali-campaign {
	display: block;
	padding: 3px 8px;
	border-radius: 6px;
	background: #e8ae0c;
	color: #b5516f;
	position: absolute;
	top: -9px;
	left: -14px;
	font-size: 11px;
}

.confirmation_error {
	margin-top: 10px;
	color: red;
	font-size: 13px;
	text-align: center;
	display: none;
}

#sms-verification-form {
	padding: 30px;
}


.card__action__web-inline a,.card__action__web-inline span {
	display: inline-block !important;
	vertical-align: middle;
}

.card__action__web-inline a {
	margin-right: 10px;
}

.card__action__web-inline {
	position: relative;
	right: 100px;
}

.show-number {
	padding: 4px 5px;
	background: #fb9500;
	color: #fff;
	border-radius: 5px;
	/*width: 100%;*/
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}

.m-l-12 {
	margin-left: 12px !important;
}

.app-download-bar a {
	background: #8301c2;
    color: #fff;
    font-size: 19px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
}



@media (max-width:767px) {
	.u-mb-20 {
		margin-bottom: 20px;
	}

	.mobile-row {
		display: block;
	}

	.app-download-bar {
		display: block;
		margin-bottom: 10px;
	}
}

.disabled {
	background: rgba(0,0,0,.05);
}

.branch-content td,.branch-content th {
	font-size: 17px !important;
}

.branch-content {
	margin-bottom: 20px;
}


@-webkit-keyframes color_change {
    from { color: #7b7b93; }
    to { color: red; }
}
@-moz-keyframes color_change {
    from { color: #7b7b93; }
    to { color: red; }
}
@-ms-keyframes color_change {
    from { color: #7b7b93; }
    to { color: red; }
}
@-o-keyframes color_change {
    from { color: #7b7b93; }
    to { color: red; }
}
@keyframes color_change {
    from { color: #7b7b93; }
    to { color: red; }
}

.notify-color * {
    -webkit-animation: color_change .5s infinite alternate;
    -moz-animation: color_change .5s infinite alternate;
    -ms-animation: color_change .5s infinite alternate;
    -o-animation: color_change .5s infinite alternate;
    animation: color_change .5s infinite alternate;
}

.popover-btn {
	padding: 5px !important;
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}


.query-form {
  display: block !important;
}

.field-ticketchat-files {
    margin-bottom: 16px !important;
}

.query-form .btn {
  margin: 0;
  width: 100%;
  margin-top: 15px;
}

.courier-alert {
  background: red;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: bold;
}

#courierorder-is_urgent {
    -webkit-appearance:  auto !important;
    position:  initial !important;
    width: 19px;
    height: 17px;
    vertical-align: middle;
    opacity: 1;
}


.store-holder__item__img img {
  max-width: 100%;
}