.db-main-box {
    margin-top: 10dvh;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.navbar {
    height: 7dvh;
}

.dropdown-menu {
    margin-left: -80%;
}

.db-tabs {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    background: #969696;
    border-radius: 6px;
    padding: 6px;
}

.db-tab-item{
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.db-tab-item button {
    padding: 10px 0;
    width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000b3;
}

.db-tab-item .active, .db-tab-item .active:hover {
    background: #000000;
    color: #f8f9fa;
}

.db-tab-item:last-child .active {
    background: #0d6efd;
    color: #f8f9fa;
}

.db-data-card:hover {
    border: none;
    box-shadow: none;
}

.db-link-icon {
    position: absolute;
    top: 4px;
    right: 4px;
}