table.produk button.prod-lihatrincian{
	position: absolute;
	transform: translateX(-100%);
}

.pw {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	position: fixed;
}

.prompt.ketentuanharga .popup-inner {
	max-width: 1350px;
}

.df {
	display: flex;
}

.fc {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.fs {
    font-size: 15px;
}

.ac {
    align-items: center;
}

.ml10 {
    margin-left: 10px;
}

.ml5 {
	margin-left: 5px;
}

.p5 {
	padding: 5px 0px;
}

.scroll {
	overflow-y: scroll;
	max-height: 500px;
	height: 100%;
}

.no-scroll {
	overflow-y: hidden;
}

.h-auto {
	height: auto !important;
}

.mw500 {
	max-width: 500px;
}

.no-button {
	background: no-repeat;
  	border: none;
}

.text-konfirmasi {
	font-size: 16px;
	line-height: 1.5;
}

.hapus-price-for, .hapus-code {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
}

.produk-list-harga legend {
	max-width: 500px;
}

.top25 {
	top: 25px !important;
}

.mh {
	max-height: 675px;
}

.sticky {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 9;
}

.pi {
	padding: inherit;
}

.pi:hover {
	background: none;
	border: none;
}

.flex-vertical:hover {
	background-color: #e9e9ed;
}

.alert {
    display: none;
	
}

.alert-df-c {
    display: flex;
    width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(94, 94, 94, 0.5);
	top: 0;
	left: 0;
	position: fixed;
    align-items: center;
    justify-content: center;
}

.alert-inner {
	margin: 0 auto;
    margin-top: 0px;
    margin-top: 1%;
    background-color: #221d1d;
    float: none;
    overflow-y: auto;
    max-height: 700px;
    height: auto;
    padding: 30px;
    width: 25%;
    border-radius: 10px;
    color: white;
}

.no-button {
    border: none;
    background: none;
    color: white;
}

.close-alert {
    padding: 4pt 5pt 3pt;
    background: #41dddd;
    border: 1px solid #41dddd;
    border-radius: 5px;
}

.close-alert:hover {
    background: #01e1e1;
    border: 1px solid #01e1e1;
}

.content-alert {
    margin: 10px 0px;
    line-height: 1.5;
}