body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", serif;
    background-color: #c3e4ff;
}

* {
    box-sizing: border-box;
}

.navbar-brand img {
    height: 40px; /* Ukuran logo */
}
.dh-navbar {
    background-color: #fffa;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 4px #0002;
    padding: 5px;
    border-bottom: 1px solid #0003;
    z-index: 9;
}

.dh-spacer {
    height: 250px;
}
.dh-spacer-ulti {
    height: 5000px;
}
.dh-app-box {
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
}
.dh-tab-container {
    position: relative;
}
.dh-tab-container ul {
    margin: 0;
    margin-bottom: -1px;
    padding: 0;
    list-style-type: none;
} .dh-tab-container li {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}
.dh-tab {
    cursor: pointer;
}
.dh-tab:hover {
    background-image: linear-gradient(#fff5, #fff0);
}
.dh-tab-aktif {
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-bottom: 0;
    cursor: default;
}
.dh-card {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 2px #0001;
}

.dh-tab-content {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0 4px 2px #0001;
}
.dh-tab-content-all-radius {
    box-shadow: 0 4px 2px #0002;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.dh-textarea-input-url {
    width: 100%;
    line-height: 1.6em;
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.dh-form-label {
    margin-bottom: 5px
}

.dh-form-control {
    width: 100%;
    line-height: 1.6em;
    padding: 8px 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.dh-button {
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    background-color: #327DE7;
    color: #fff;
    transition: all 0.3s ease;
}
.dh-button:hover {
    background-color: #00B29D;
    transition: all 0.3s ease;
}
.dh-link-copy a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.dh-link-kecilin a {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.dh-link-masaberlaku {
    padding: 0 15px;
}
.dh-mini-spacer {
    height: 40px;
}
.dh-hasil-qr {
    display: flex;
    flex-direction: column;    
    width: fit-content;
    margin: 40px auto;
    overflow: hidden;
}

.dh-hasil-qr img {
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 300px;
}
.dh-hasil-qr a {
    padding: 0 20px;
}
.dh-tab-qr {
    display: none;
}
.dh-hide {
    height: 0px;
    overflow: Hidden;
}
.popover {
    max-width: 100%; /* Allow the popover to grow to the content’s width */
}
.dh-link {
    background-color: #fafafa;
    text-decoration: none;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 5px;
} 
.dh-link:hover {
    background-color: #00B69E;
    color: #fff;
}
.dh-tanggal {
    font-size: 14px;
    line-height: 16px;
}
.dh-act:hover {
    background-color: #eee;
}