/*********************************************************************************
* New View Provider Service Info
*********************************************************************************/
.view-service-info, .view-service-info-table {
	padding: 0;
}

.pagination-service-info {
	display: flex;
	justify-content: flex-end;
}

.service-info-table {
	padding-bottom: 8px;
}

.add-btn-service {
	padding-left: 10px;
}

.service-inputs {
	width: 100%;
}

.view-service-info-table .service-table-info {
	padding-top: 22px;
}

/*********************************************************************************
* Mobile
*********************************************************************************/
@media screen and (max-width: 767px) {
	.view-service-info {
		padding: 0 15px;
	}
	.serv-cat-info {
		display: none;
	}
	.serv-type-info {
		padding-right: 0;
	}
	.add-btn-service .btn {
		margin-left: 0;
	}
	.add-btn-service {
		padding-right: 10px;
		justify-content: center;
	}
	.service-inputs {
		width: 112%;
	}
	div[id^=edit-mobile-btn] {
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.view-service-info-table .service-table-info {
		padding-top: 5px;
	}
}

/*********************************************************************************
* Tablet
*********************************************************************************/
@media screen and (min-width:768px) and (max-width: 1023px) {
	.add-btn-service {
		justify-content: flex-end;
	}
}

/*********************************************************************************
* Laptop
*********************************************************************************/
@media screen and (min-width: 1024px) {
	.add-btn-service {
		justify-content: flex-end;
	}
}