.store-holder__item__img {
	height: 80px;
}

.dashboard-widget__item__info {
	text-decoration: none;
}

.profile-img__avatar img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 50%;
}

.account-user__img img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.balance-holder__card {
	width: 310px;
}

.user-account-mobile img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.btn-trash {
	text-decoration: none;
}

.mobile-show {
	display: none;
}


@media (max-width:767px){
	.mobile-show {
		display: block;
	}

	.media-holder__img {
		height: 150px !important;
	}

	.header__main__logo {
		max-width: 50px;
		transform: scale(2.5);
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		margin-left: 50px;
	}
}		




.ticket-chat-container {

}

.chat-item-user {
	flex-flow: row-reverse;
	text-align: right;
}


.chat-item {
	display: flex;
	align-items: center;
	border-radius: 21px;
	padding: 13px 0;
	margin-top: 25px;
	box-shadow: 0 4px 14px rgb(4 40 68 / 6%);
	background: #fff;
}

.ticket-date {
	margin-top: 9px;
	font-size: 11px;
	color: #25545c;
	font-style: italic;
	margin-left: 8px;
}

.ticket-date.text-right {
	margin-right: 27px;
}

.chat-item img {
	margin: 0 20px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: scale-down;
}

.chat-item .chat-text {
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	color: #25545c;
	opacity: 0.72;
	padding: 0 9px;
}

.ticket-chat-container {
	width: 100%;
}

.ticket-chat-container ul {
	padding-left: 0;
}

.ticket-chat-container li {
	list-style: none;
}


.pagination__list__item:not(.pagination__list__item__link__navigation) .pagination-list-item--control {
    width: 32px;
    height: 32px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #a4a4a4;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pagination__list__item.active:not(.pagination__list__item__link__navigation) .pagination-list-item--control {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.pagination__list__item .pagination-list-item--control:not(.active):hover {
    background-color: rgba(14,14,71,.05);
    border-color: #000;
    color: #000;
}

/*.header__center__holder__logo {
	margin-left: -33px;
}*/

.header__center__holder__logo {
	width: 135px;
}

.header__center__holder__logo img {
	transform: scale(1.7);
	-webkit-transform: scale(1.7);
	-moz-transform: scale(1.7);
}

.header__center {
	padding: 0;
}

.dropdown-img {
	max-width: 14px;
    position: relative;
    left: -5px;
    top: 2px;
    opacity: 0.6;
}

.show-number {
	padding: 5px 4px;
	background: #fbe268;
	color: #000;
	border-radius: 5px;
	cursor: pointer;
}

.widget__item__info {
	text-decoration: none;
}

.header__center {
	overflow: hidden;
}

.referral-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fafafa;border-radius:8px;padding:4px 48px 4px 16px}@media (min-width:767px){.referral-link{padding:8px 16px}}.referral-link__label{width:100%;font-size:14px;line-height:24px;color:#93a2a9;margin-right:8px}@media (min-width:767px){.referral-link__label{width:auto}}.referral-link__text{font-size:14px;line-height:24px;font-weight:500;color:#f7a411;text-decoration:none}.referral-link__copy{position:absolute;right:16px}@media (min-width:767px){.referral-link__copy{position:inherit;right:inherit;margin-left:16px}}

.referral-box {
	background: #fff;
	display: inline-block;
	float: right;
}

.referral-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
}

.referral-link {
	background: #fff;
}

.card-list {
	margin-top: 20px;
}

.card {
	width: 100%;
}

.service-icon {
	width: 30px !important;
}

.info-block__icon img {
	max-width: 45px;
}

.branch-tab .col-md-4:not(:last-of-type) {
	margin-bottom: 20px;
}

.branch-tab {
	margin: 20px -15px 0 -15px !important;
}


.branch-tab-item {
	width: 100%;
	padding: 15px;
	background: #fff;
	border: solid 1px rgba(0,0,0,.1);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}

.branch-tab {
	margin: 50px 0 20px 0;
	font-size: 14px;
}

.branch-title {
	color: #000;
	margin-bottom: 15px;
	font-size: 15px;
	display: block;
}

.branch-tab-item .contact__block:first-of-type {
	margin-bottom: 15px;
}

.branch-tab-item .contact__block:last-of-type {
	margin-bottom: 0px;
}

.branch-tab-item .contact__block img {
	max-height: 25px;
}

.branch-tab-item:not(.active):hover {
	cursor: pointer;
	-webkit-box-shadow: 10px 5px 12px -9px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 5px 12px -9px rgba(0,0,0,0.2);
	box-shadow: 10px 5px 12px -9px rgba(0,0,0,0.2);
}

.branch-tab-item.active {
	border: solid 3px #ffd91c;	
}

.branch-container {
	margin: auto;
	max-width: 90%;
}

/*.desc {
	max-width: 400px;
	display: inline-block;
	vertical-align: middle;
}

.contact__block img {
	display: inline-block;
	vertical-align: middle;
}*/