.browser-card {
	margin: 0 auto;
	display: block;
}

.browser-card-header h3 {
	font-size: 1.5625rem;
	margin: 0;
}

.browser-card-header {
	padding: 20px 0 20px 0;
	border-bottom: 2px solid #A5336F;
}

.browser-card-body {
	padding: 20px 0 20px 0;
	font-size: 14px;
	border-top: 1px solid #ECEFF1;
}

.browser-card-body h3 {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 18px;
}

.table-theme-1 {
	background: #FAFAFA;
	border-top: 1px solid #ECEFF1;
	border-bottom: 1px solid #ECEFF1;
}

.table-theme-1 tr {
	border-bottom: 1px solid #ECEFF1;
	vertical-align: top;
}

.table-theme-1 th, .table-theme-1 td {
	padding: 20px;
}

.make-vh-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.tb-gap-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.btn-inquiry {
	border: 1px solid #A5336F;
	border-radius: 10px;
	color: #A5336F;
	font-size: 14px;
	font-weight: 700;
	margin-top: 1rem;
	box-shadow: 0px 5.625px 5.625px 0px rgba(0, 0, 0, 0.16);
}

.btn-back {
	background-color: #A5336F !important;
    font-size: 12px;
    line-height: 1.25;
    padding: 8px 20px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    border: unset;
}

.btn-back:hover {
	background-color: #A5336F !important;
	color: #fff !important;
}