.main-header{
    min-height: unset !important;
    height: auto;
    padding: 15px 0  !important;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 15%);
}
.main-header::before,
.main-header::after
{
    display: none;
}

.main-header .navbar-brand{
    max-width: 140px;
    width: 100%;
    display: block;
}
.main-header .navbar-brand img{
    width: 100%;
}

.feature .theme-avtar {
    width: 60px !important;
    height: 60px !important;
}
.feature .theme-avtar img{
    width: 100%;
}

.product-row .col-md-6 {
    display: flex !important;
}
.product-row .col-md-6 > div{
    width: 100%;
}


.product-row  .card-body {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-row  .card-body h4{
    flex: 1;
}

.feature{
    padding-top: 60px;
}

.main-header .btn-icon{
    display: flex;
    gap: 10px;
}
.product-row  .btn{
    color: #fff;
}

/* login page */
.forgot-password-link{
    margin-left: 30%;
    font-size: small;
}
.create_user{
    font-size: small;
    margin-top: 10px;
    color: #525b69;
}

/* Regulasi Public Page Styles */
.regulasi-public-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.regulasi-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    background: #fff;
}

.regulasi-card .card-header {
    border-bottom: 1px solid #e9ecef;
    padding: 24px 24px 16px 24px;
}

.regulasi-card .card-body {
    padding: 0 24px 24px 24px;
}

.regulasi-table {
    border: 1.5px solid #dee2e6;
    width: 100%;
    table-layout: fixed;
}

.regulasi-table th,
.regulasi-table td {
    width: 40%;
    word-break: break-word;
}
.regulasi-table td {
    border: 1px solid #dee2e6;
}

.regulasi-table th {
    background: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    vertical-align: middle;
    padding: 14px 16px;
}

.regulasi-table td {
    vertical-align: middle;
    padding: 12px 16px;
}

.regulasi-table tr:hover {
    background: #f1f3f6;
}

.regulasi-table a.btn-outline-primary {
    font-size: 0.95rem;
    padding: 4px 12px;
}

.regulasi-card .card-footer {
    border-top: 1px solid #e9ecef;
    padding: 16px 24px;
    background: #fff;
}







